/***************************
Add your custom styles below
****************************/

body {
    color:#333;
    font-size: 1em;
    background:#fff;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

p {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 14px;
}

a.link {
    border-bottom: 2px solid #97cee5;
	text-underline:none;
	font-weight:bold;
}

a.link:hover {
	border-bottom: 2px solid #333;
}


span a, p a {
    text-decoration: none;

}

span a:hover, p a:hover {
    text-decoration: none;
    border-bottom: 2px solid #97cee5;
}


ol li {
	margin: 0;
    padding: 0;
    margin: 0 20px 20px;
    line-height: 1.6;
}

h1, .h1 {
    font-size: 3.8em;
}

h2, .h2 {
    font-size: 2.8em;
    margin-top:1.8em;
}

h3, .h3 {
    font-size: 1.8em;
    margin-top:1.8em;
}

h4, .h4 {
    font-size: 1.4em;
}

h6, .h6 {
    font-size: .7!important;
}

.list {
    list-style-type: disc;
    padding:0 0 0 60px;
}

li {
    list-style-type: disc;
    margin: 0 0 0 30px;
}

ol {
    list-style-type: decimal;
}

input[type='text'] {

}

input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox {

}

img.large {
    max-width: 200%;
    margin: 40px 0 -200px -60px;
}

.list li {
	line-height: 1.5;
    margin: 0 0 20px;
    font-size: 1.2em;
    list-style-type: disc;
}

.list li ul {
	padding:20px 0 0 30px;
}

.list li ul li {
	line-height: 1.5;
    margin: 0 0 20px;
    font-size: 1em;
    list-style-type: circle;
}

.accordion li.active .accordion__content {
    max-height: 1000px;
}

.accordion li .accordion__content *:last-child {
    padding-bottom: 0em;
}

.accordion li {
    list-style-type: none;
}


.img-holder {
	width:100%;
	height:100%;
}

.header-img {
	margin-top:-4em;
}

.link-right {
	text-align:right;
	display:block;
}

.menu > li  {
    list-style-type: none;
    margin: 0;
}

.menu > li a {
	font-size: 1.6em;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 100;
    border-right: 1px solid #2160a6;
    font-weight: 600;
    padding: 0 1.7em;
}

.menu > li a:hover {
	background-color:#81b44f;	
	opacity:1;
}


.menu > li:last-child a {
    padding-right: 3em;
}

.menu > li:first-child a {
	border-left:1px solid #2160a6;
	padding-left:3em;
}



.menu > li ul {
	z-index: 999;
	background: #81b44f;
}

.menu > li ul li a {
    font-size:1.8em;
    opacity:1;
    border-right: none;
    border-left:none!important;
    padding-left:1em!important;
}

.menu > li ul li  {
    border-left:none;
    margin:0;
}


.menu > li ul {
	margin:-4px;
}

.menu > li ul li a:hover {
    font-size:1.8em;
    opacity:1;
    background-color:#81b44f;
    border-right:none;
}

.menu > li ul li {
	margin:-4px;
	list-style-type: none;
	margin:0;
}


.menu > li > ul:not(multi-column) ul {
	left:calc(106%);
}


.cart-overview {
    width: 400px;
    height: 100vh;
    position: fixed;
    background: #fff!important;
    margin: 0;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.7);
    padding: 1.625em;
}


.sidenav a {
    font-size: 18px;
    font-weight:bold;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    line-height: 3;
    color:  #333!important;
    width: 100%;
    display: block;
    border-bottom: 1px solid #f8f8f8;
    padding: 4px 20px;
}

.space-20 {
	margin-top:20px;
}

.space-40 {
	margin-top:40px;
}

.space-60 {
	margin-top:60px;
}

.space-80 {
	margin-top:60px;
}

.space-120 {
	margin-top:120px;
}

.space-240 {
	margin-top:240px;
}


.nodisplay { 
	display:none;
}

.pos-bottom {

	bottom:0px;
	margin:0;

}

#donate .btn {
    width: 100%;
    background-color: #fff;
    border: 2px solid #fff;
    font-weight: bold;
	color: #0A3055!important;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-box-shadow: 0 0 40px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 40px 1px rgba(0,0,0,0.1);
    font-size: 22px;
    padding: 4px 0;
}


#donate .btn:hover {
     width:100%;
     background-color:#fff;  
     border: 2px solid #fff;
     -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
	 box-shadow:0 0 10px 1px rgba(0,0,0,0.1);
}

#donate {
	background-color: #00BCE4;
	background-image: url('../img/');
	background-position: right bottom;
	background-repeat:no-repeat;
	padding:3% 0 0 ;
}

#donate h2 {
	font-size: 4em;
	color:#0A3055;
}

#donate p {
	color:#0A3055;
    margin: 30px 0 60px;
}

#donate em {
    font-size: 1.2em;
    line-height: 1.6em;
    color: #0A3055;
    margin: 20px 0 30px;
    font-weight: 600;
}


.donate {
     margin: 13px 0;
}

.iso {
	max-width: 100px;
    display: block;
    margin: 20px auto;
    text-align: center;
}


.circle-image {
	float: right; 
	max-width: 440px; 
	margin: 40px -200px 0 0;
}


/*--------------readspeaker--------------*/




.rsbtn .rsbtn_play {
    width: 140px!important;
}


.rsbtn_text {
    font-size: 16px!important;
    font-weight: 800!important;
    line-height: 1.5!important;
    padding: 0 0 0 20px!important;
    display: inline-block!important;
}

.rs_addtools .rsbtn_play .rsbtn_right, .rsbtn .rsbtn_play .rsbtn_right {
    float: right!important;
    margin: 0 10px!important;
    padding: 0 0 0 10px!important;
}

/*--------------tabs--------------*/

.tabs {
    width: 0;
    float: left;
}

.tabs-container .tabs .tab__title:not(.btn) {
    padding: 0px!important;
    border-bottom:none!important;
}

tabs-container:not(.tabs-5) .tabs-content > li:not(.active) .tab__content {
    display: block;
    pointer-events: none;
    animation: fadeOut .5s ease forwards;
    width: 75%;
    float: right;
}

.tabs-container:not(.tabs-5) .tabs-content > li.active .tab__content {
    animation: fadeIn .75s ease forwards;
    width: 75%;
    float: right;
}

.tabs-container:not(.tabs-5) .tabs-content > li:not(.active) {
    top: 0;
    pointer-events: none;
    left: 25%;
    position: absolute;
}


/*--------------navigation--------------*/

/*
.nav-stack .nav-stack__upper {
    background: none;
    overflow: hidden;
    margin: 1.625em 0;
    padding: 0 30px;
}

.menu li:last-child a {
    padding-right: 1.3em;
}

.menu ul li:first-child a {
    padding-left: 1.3em;
    border-left: 1px solid #50595b;
}

.menu li a {
    text-transform: none;
    color: #fff;
    height: 65px;
    letter-spacing: 0px;
    border-right: 1px solid #50595b;

}

.menu li a:hover {
    background-color: #7ad0e8;
    color: #fff;
    opacity:1!important;
}
.menu li {
    font-size: 14px;
}
*/

#accessibility {
	padding:10px;
	background-color: #333;
	border-radius: 0px 0px 5px 5px;
	color: #fff;
}

#larger, #smaller {
	margin:0px 10px ;
    padding: 0;
    border-radius: 50px;
    font-size: 40px;
    color: #fff;
    text-align: right;
    background-color:transparent;
}

#larger:hover, #smaller:hover {
    color:#00bce4;
}


.menu > li a {
    color: #fff;
}


.nav-bar {
    padding: 0px 40px;
    line-height:65px!important;
}


.nav-stack .phone {
    font-size: 30px;
    color: #555;
    float: left;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    line-height: 40px;
    text-align: right;
    font-weight: bold;
    float: right;
    margin: 10px 0 10px;
}

.nav-stack .fa-phone {
    font-size:24px;
}

.nav-module .social {
    margin:20px 30px 0 0;
}

.nav-module.right {
   padding:10px 0 0;
}

.social {
	padding:0px 0 0 0;
}

.social ul li {
    display: inline;
    list-style-type: none;
}

.social {
	float:right;
	margin: 0px 0 0 20px;
}

.social li {
	display:inline;
	margin:0;
}

.social .fa {
    padding: 6px 10px 6px 8px;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    width: 32px;
    text-align: right;
    opacity:1!important;

}




.fa-facebook {
	background-color:#00bce4;
}

.fa-instagram {
	background-color:#c1cd23;
}

.fa-twitter {
	background-color:#0081e2;
}

.fa-linkedin {
	background-color:#00bce4;
}

.fa-youtube {
	background-color:#c41230;
}


 footer .fa-facebook {
	background-color:#fff;
	color:#00bce4!important;
}

 footer .fa-instagram {
	background-color:#fff;
	color:#00bce4!important;
}

 footer .fa-twitter {
	background-color:#fff;
	color:#00bce4!important;
}

 footer .fa-linkedin {
	background-color:#fff;
	color:#00bce4!important;
	padding: 10px;
}

 footer .fa-youtube {
	background-color:#fff;
	color:#00bce4!important;
}




.social-list .fa:hover {
    background-color: #666;
    color:#fff;
}


.nav-bar, .utility-bar {
    padding: 0 3.25em 0 3.25em;
}

.nav-bar {
    background: #2d77c2;
    line-height: 62px;
}



.nav-stack .nav-stack__upper .logo {
    max-height: 6.5em;
    margin: 0;
    padding:0;
}


.nav-stack {
     background-image: url('../img/');
     background-position: center center;
     background-repeat: no-repeat;
     background-size: 100%;
	 background-color: #fff;
}

.nav-stack .nav-bar {
    border-top: none;
}

.nav-stack .nav-stack__upper {
	margin: 0;
	padding:0px;
}

.nav-bar.nav--fixed:not(.bg--dark):not(.bg--primary):not(.bg--white) {
    background: #2c74c5;
}

.nav-bar .nav--fixed {
	
}




.fa-search {
    color: #fff;
    font-size: 30px!important;
    line-height: 2em!important;
}


.fa-search:hover {
	color:#00bce4;
}


.search-box input.cat_textbox_small {
    margin: 0 3px 0 0;
    width: 70%;
}

.bg--dark {
	background: #222;
}

.bg--lightgrey {
	background-color:#f9f9f9;
}

#pagetitle {
	padding:0em;
	margin: 0;
	z-index: -1;
}

.pagetitle {
	padding:3.5em 0 0;
}

.pagetitle h1 {
	color:#2d77c2;
}

.large {
	max-width:125%;
}

#homeheader {
    background-color: #fff;
    padding: 6% 0 10%;
}

#homeheader h1 {
    line-height: 1.2em;
    color:#333;
    font-size: 3.2em;
}


/*--------------Feedback / Complaints--------------*/

.bg--secondary {
    background: #fff;
}

.bg--secondary a {
    font-weight:bold;
}




/*--------------Recaptcha--------------*/

iframe {
    min-height: 80px;
}

.g-recaptcha {
    margin: 30px 0;
}

/*--------------featurebox--------------*/

.featurebox {
	border-radius:10px;
    padding: 30px 30px 10px 30px;
    background-color: #fff;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-box-shadow: 0 0 40px 1px rgba(0,0,0,0.1);
	box-shadow:0 0 40px 1px rgba(0,0,0,0.1);
	margin:20px 0 20px 0;
}

.featurebox:hover {
    -webkit-box-shadow: 0 0 40px 1px rgba(0,0,0,0.2);
	box-shadow:0 0 2px 1px rgba(0,0,0,0.2);
}

.featurebox h2, .featurebox .h2 {
    margin-top:0em;
    font-size: 1.4em;
}

.feature-3 .feature__right {
    max-width: 70%;
}

.icon--lg {
    font-size: 7em!important;
}

.icon--md {
    font-size: 5em!important;
}

.feature-red, .feature-red h2, .feature-red .icon {
    color: #DC2A2A;
}


.feature-blue, .feature-blue h2, .feature-blue .icon  {
    color: #2574A9;
}

.feature-green, .feature-green h2, .feature-green .icon  {
    color: #008040;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'iconsmind';
    text-rendering: auto;
}



/*--------------sidenav--------------*/


.link-list li a {
    padding: 1.2em 0 ;
    line-height:1;
    font-style: normal;
    opacity: 1;
    font-weight:bold;
    width: 100%;
    font-family: 'Helvetica', 'Arial', sans-serif!important;
    color: #333 ;
    border-bottom:1px solid #ebebeb;
}

.link-list li {
   
}

.link-list li a:hover {
    color:#00bce4;
    padding: 1.2em  0 1.2em .5em;
}

.link-list li a:active {
    padding: 1.2em 0 ;
    color:#333;
}







.link-list li:nth-child(even) {
    background: none;
}

.link-list {
	background-repeat: repeat-y;

}


/*--------------team--------------*/


#team img {
	border-radius:300px;
}

#team h3 {
	color: #2574A9;
	margin: 0;
}

#team h5 {
	margin: 0;
}

#team p {
    font-size: .9em;
    margin: 10px 0;
}

.profilepic {
	border-radius:200px;
}



/*--------------maps--------------*/

#maps {
	margin:40px 0;
}

#maps iframe {
	max-height:200px;
	height:200px;
	min-height:200px;
}

#maps h4 {
	color: #2574A9;
	margin: 20px 0;
}


#maps p {
    font-size: .8em;
    padding: 30px 0;
    border-bottom: 2px solid #c0c0c0;
}


/*----------------blog------------*/

.card-4 .card__body h5 {
    font-weight: 700;
}

.card-4 .card__body p {
    font-weight: 200;
    font-size:16px;
}

.masonry-blog .masonry__item .card:not(.card--horizontal) .card__image {
	border-radius: 200px;
    height: 300px;
    width: 300px;
    margin: 0px auto;
}

.card .card__image img {
	border-radius:200px;
	width:300px;
	margin: 45px auto;
}


.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.2em;
    border-bottom: 1px solid #f3f3f3;
    padding: 0 0 20px;
    font-weight: bold;
}

.BlogRecentPost ul {
	line-height: 1.34375em;
}

.card__title h4 {
    margin: 0 0 20px;
}

.bg--white a:not(.btn) {
    color: #333;
}

.blogpostitem {
	margin: 0 0 20px;
	padding:20px;
}

.blogpostitem h3, .blogpostitem .h3 {
    margin-top:0em;
    font-size: 1.4em;
    line-height: 1.3;
    display: block;
    
}

.blogpostitem p {
	font-size: 1em;

}

.blogpostitem .link {
    margin-top: 10px;
    display: block;
    text-align: ;
}


.blogpic {
	border-radius: 5px;
}

.blog-item h3 {
	color: #00BCE4;
	font-size:
}

/*----------------footer------------*/

footer .logo {
    max-height: 200px!important;
    padding: 30px;
}


footer {
	background: #2f3638;
	padding-top: 0;
}

footer input.cat_textbox {
    width: 20px;
    background-color: #333;
    border: none;
    color:#fff;
}

.footer-1 .footer__navigation li {
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    color: #fff;
    font-size: 1em;
    line-height: 2.6em;
    text-transform: none;
    letter-spacing: 0px;
}

.footer-1 .footer__navigation li a {
    opacity: 1;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}

.footer-1 .footer__navigation li a:hover {
    border-bottom: 2px solid #00bce4;
    
}


.footer-1 .footer__navigation {
    margin: 30px 0;
}

.footer-1 .footer__lower .type--fine-print {
    opacity: 1;
    font-size: 14px;
}


.footer-1 .footer__lower .type--fine-print a {
    color:#fff!important;
}




/*----------------dividers------------*/

.divider-green {
	background: url('../img/dots.png');
	background-repeat: repeat-x;
	padding:10px 0 0 0;
	margin:60px 0 30px;
}

.divider-white {
	background: url('../img/dots-white-png');
	background-repeat: repeat-x;
	padding:10px 0 0 0;
	margin:20px 0;
}

.divider-grey {
	background: url('../img/dots-grey-png');
	background-repeat: repeat-x;
	padding:10px 0 0 0;
	margin:20px 0;
}





/*----------------backgrounds------------*/

.bg--blue {
	background-color:#00bce4;
	color:#fff
}

.bg-blue h2 {
    color:#fff
}


.no-gutter {
	padding:0;
	padding-left:0;
	padding-right:0;
}


.background-image-holder {
	background: #fff;
}


.fa-text-height {
	line-height:2;
	color:#fff;
	font-size:30px;
}


.nav-bar.nav--fixed .fa-language {
	
}


nav {
	background: #3f4749;
}

.fa-bars {
    line-height:3.5!important;
	font-size:30px!important;
	color:#333;
}


.sidenav a {
	font-size:16px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
	line-height:3;
}


#contact-form {
	background-color:#f1f0f0!important;
    background: url('../img/contact-top-arch.jpg');
	background-repeat: no-repeat;
	background-position: center top;
    padding: 2em 0 0 0;
}

#contact-form img {
	margin: 0;
}

#cta h3 {

}

#cta .phone {
	font-size: 2em;
	line-height:1em;
}

#contact-form .phone {
	font-size: 1.2em;
	line-height:1em;
}

.services-img {

    max-width: 100%;
    margin-bottom: -8em;
    margin-top: 3em;
}

.circle-blue {
    background-color: #00bce4;
    padding: 33% 0%;
    border-radius: 999px;
    text-align: center;
    color: #fff;
    margin-left: 0%;
    border:6px solid #fff;
}

.circle-darkblue {
    background-color: #064d6c;
    padding: 33% 0%;
    border-radius: 999px;
    text-align: center;
    color: #fff;
    margin-left: 0%;
    border:6px solid #fff;
}

.page-content {
	padding:30px 0 0;
}

#main {
    background-image: url('../img/bg-circles-main.jpg');
	background-position:center top;
	background-repeat:no-repeat;
    width:100%;
    padding: 0px 0;
}

#services-page {
    background-image: url('../img/bg-circles-main.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
}

#latestnews {
    background-image: url('../img/bg-circles-main.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
}

#videoheader h1 {
	font-size:54px;
}

.youtube-background {
	 background-attachment: fixed;
}

.loader:before {
    height: 5px;
    background-color: #3aa2a5;
}


.logo-dark {
	visibility:1!important;
}

.nav-bar {
    padding: 0px 40px;
}

#about {
	padding:6em 0 0;
}

#jobs {
	background-color:#f9f9f9;
	padding:40px;
}

#services h4 {
	margin: 0;
}

#services {
	margin-top:-5%;
	padding:0px;
}

#services h1,  #services h2, #services h3, #services h4 {
	text-align:left;
	font-size: 1.2em;
    margin: 10px 0;
}

#services p {
	color:#fff;
	text-align:left;
}

.icon {
    font-size: 2.2125em;
}


.facts {
	padding:2% 0;
}

#services .fa {
	font-size:4em;
}

#services .circle {
    border-radius: 400px;
    padding: 48px 10px;
    text-align: center;
    border: 10px solid #fff;
    width: 220px;
    margin: 0px auto;
}

.circle {
    border-radius: 400px;
    padding: 100px 10px;
    text-align: center;
    border:10px solid #fff;
    width:280px;
    margin:0px auto;
}

.circle-large {
    border-radius: 400px;
    padding: 90px 10px;
    width:300px;
}

.circle-large .icon {
  font-size: 4.2125em;
}


.circle:hover {
	border:0px solid #fff;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	box-shadow:0 0 10px 1px rgba(0,0,0,0.2);
}

.circle h2 {
	margin:10px 0 0 0;
	text-align:center!important;
	font-size: 1.2em;
}

.grey {
	background-color: #717073;
	color:#fff;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.green {
	background-color: #c1cd23;

	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
     -webkit-box-shadow: 0 0 40px 1px rgba(0,0,0,0.2);
	 box-shadow:0 0 40px 1px rgba(0,0,0,0.2);
	 color:#fff!important;
}

.green h2 {
    color: #fff!important;
	background-color:#c1cd23;
}


.blue {
	background-color: #00bce4;

	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-box-shadow: 0 0 40px 1px rgba(0,0,0,0.2);
	 box-shadow:0 0 40px 1px rgba(0,0,0,0.2);
	 color: #fff!important;
}




.blue h2 {
	color: #fff!important;
	background-color:#00bce4;
}


.darkblue {
	background-color: #064d6c;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-box-shadow: 0 0 40px 1px rgba(0,0,0,0.2);
	 box-shadow:0 0 40px 1px rgba(0,0,0,0.2);
	 color: #fff!important;
}


.darkblue h2 {
	color: #fff!important;
	background-color:#064d6c;
}



.red {
	background-color: #c41230;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
     -webkit-box-shadow: 0 0 40px 1px rgba(0,0,0,0.2);
	 box-shadow:0 0 40px 1px rgba(0,0,0,0.2);
	 color:#fff!important;
}

.red h2 {
	color: #fff!important;
	background-color:#c41230;
}


.orange {
	background-color: #e58a38;

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-box-shadow: 0 0 40px 1px rgba(0,0,0,0.3);
	 box-shadow:0 0 40px 1px rgba(0,0,0,0.3);
	 color:#551700!important;
}

.orange h2 {
	 color:#551700!important;
}




div.service a {
    position: absolute;
    border-radius:10px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
     opacity: 0; /* Fix to make div clickable in IE */
   filter: alpha(opacity=1); /* Fix to make div clickable in IE */
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 30px 1px rgba(0,0,0,0.6);
	 box-shadow:0 0 30px 1px rgba(0,0,0,0.6);
    
}

div.service a:hover + .green  {
	 -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	 box-shadow:0 0 10px 1px rgba(0,0,0,0.2);
}

div.service a:hover + .blue {
	 -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	 box-shadow:0 0 10px 1px rgba(0,0,0,0.2);
}

div.service a:hover + .red {
	 -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	 box-shadow:0 0 10px 1px rgba(0,0,0,0.2);
}

div.service a:hover + .orange {
	 -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	 box-shadow:0 0 10px 1px rgba(0,0,0,0.2);

}






.btn {
    border: px solid #7ad0e8;
}


.btn--primary, .btn--primary:visited {
    background: #c1cd23;
    border: none;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	box-shadow:0 0 10px 1px rgba(0,0,0,0.2);
	border:4px solid #fff;
}

.btn-light {
    border-color: rgba(255, 255, 255, 0.7)!important;
    color: #0A3055!important;
}

.btn-light:hover {
    border-color: rgba(58, 162, 165, 1)!important;
}

#services .btn {
    float:left;
}



nav .btn--primary {
	margin:9px 0;
}

#services .btn .btn__text {
    color: #fff;
}

.cover-1 p.lead {
    max-width: 900px;
    margin: 0px auto;
    text-align: center;
    top:0;
}

#videoheader p.lead {
    max-width: 900px;
    margin: 200px auto 50px;
    text-align: center;
    top: 30px;
    display: block;
    clear: both;
}

.tabs-content {
	list-style-type: none;
}



[data-overlay]:before {
    background: #232e33;
}

#latestnews {
	padding:5% 0 2%;
}

.nav-bar .logo {
    max-height: 80%;
    margin: 15px 0px;
}


.tabs-1 .tabs li:not(:last-child) {
    margin-right: 35px;

}

.tabs-1 .tabs li {
	font-size:14px;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}

.cover-main {
	background-image: url('../img/header.jpg');
}


.white {
    color:#fff!important;
}

#homeheader .white {
	 color:#fff!important;
}

#homeheader h1 {
     color:#333!important;
    /* background-color: #c41230;*/
 }

.next-link.light {
      background-color: #C41231;
	  color:#fff;
}

.next-link {
    width: 3.25em;
    height: 3.25em;
    border-radius: 50%;
    background: transparent;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 4;
    bottom: 3.25em;
    padding-top: 12px;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    color:#333;
    margin:0px auto;
    font-size:20px;
}

.next-link:hover {
    bottom: 2.85em;
}

.footer-4 .logo {
    max-height: 4.03125em;
    margin-bottom: 1.21875em;
}

.footer-4 p {
    margin:0;
}

footer .logo {
    max-height: 66px;
}

.footer-4 .footer__navigation li {
	display:inline;
	margin:0 10px 0 0;
}

.footer-4 .logo {
    max-height: 4.03125em;
    margin-bottom: .21875em;
}

.bg--primary {
    background: #7ad0e8;
}

.footer-1 .footer__navigation li a {
	color:#fff;
}

.footer-1 .footer__navigation li {
	list-style-type: none;
}

.btn--primary,
.btn--primary:visited {
    background: #00bce4;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	box-shadow:0 0 10px 1px rgba(0,0,0,0.2);
    border: 3px solid #fff!important;
    font-weight: 800;
    color: #0A3055!important;
}
.btn--primary .btn__text,
.btn--primary:visited .btn__text {
  background: #00bce4;
    color: #0A3055!important;
  font-size:22px!important;
    font-weight: 800;
}
.btn--primary .btn__text i,
.btn--primary:visited .btn__text i {
  background: #00bce4;
    color: #0A3055!important;
}
.btn--primary:hover {
  background: #0bd3fe;
    color: #0A3055!important;
}
.btn--primary:active {
  background: #0bd3fe;
    color: #0A3055!important;
}

.btn .btn__text, .btn i {
	font-size:1em;
}



.bg--primary .btn {
    border-color: rgba(255, 255, 255, 0.4);
}
.bg--primary .btn:hover {
    border-color: rgba(255, 255, 255, 1);
}


.btn .light {
	background-color:#fff!important;
}




.nav-bar .btn-light {
	margin:20px 0;
	
}

.footer__navigation {
	float:right;
}



.socialt {
	float:right;
}

.social li:not(:last-child) {
	margin-right: 0em;
}

.social li a {
	font-size:30px;
}

.top-link {
    padding-top: 18px;
}

.wide-grid .masonry__container .masonry__item {
    padding: 0;
}



#mission em {
	margin:0 0 40px;
	display: block;
	padding:5% 0;
}

/*---------Sidebar nav-------------*/

.sidebar-logo {
	max-width: 150px;
    margin:40px auto;
}

.sidebar-donate {
	background-color:#00bce4;
	padding:40px;
	margin-top:40px;
	border-radius:40px;
}

.sidebar-donate .btn {
     width:100%;
     background-color:#fff;  
     color:#333;
     font-weight:bold;
}


.sidebar-donate .btn:hover {
     width:100%;
     background-color:#fff;  
     color:#a5a511;
}

.sidebar-donate em {
     margin:20px 0 0;  
     color:#fff;
}

.sidebar-donate p {
     color:#fff;
}

.sidebar-donate h2 {  
     color:#fff;
}

.sidebar li {
	list-style-type:none;
	 margin: 0px;
}

.sidebar {
    background: #fff;
    z-index: 9999;

}

.sidebar {
    padding: 10px 0px 0 0;
    margin: -110px 0 0 0;
}

.sidebar a {
	 font-size: 1em;
}

/*---------Contact Forms-----------*/


input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox {
    width: 100%!important;
    margin: 10px 0;
    -webkit-box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 20px 5px rgba(0,0,0,0.1);
}


input.cat_textbox {
	width:20px;
}


input[type="checkbox"] {
    margin-top: 0;
    width: 20px!important;
    line-height: 2em;
    margin-right: 10px;
}

.input-with-icon em {
	position: absolute;
    font-size: 1.4375em;
    margin-left: 1.1304347826087em;
    top: 13px;
    left: 0;
}


.form--square input[type="submit"] {
	width:100%!important;
}

textarea {
    border-radius: 30px;
}

label {
    margin-bottom: 0;
    line-height: 1em;
    padding-top: 2em;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 0em;
    display: block;
    margin: 0;
    margin-left: 1em;
    text-align: left;
    font-size: 16px;
    text-transform: none;
}

#newsletter-signup label {
    color:#fff;
    padding-top: 0em;
}

#newsletter-signup input[type="submit"] {
     margin-top:24px;
}

#contact-form .icon {
    font-size: 1.8em!important;
    float: left;
    margin-right:10px!important;
}

.feature-1 p {
    min-height: 1em;
}





@media (max-width: 990px) {

	.nav-stack .nav-mobile-toggle {
	    text-align: right;
	}
	
	#homeheader h1 {
    	font-size: 3.5em;
    }
	

}


@media all and (max-width: 767px) {
	
	
	
	.next-link {
		display:none;
	}
	
     
     nav {
	    background: #fff;
	    z-index: 10;
    }

	.nav-bar {
		display:none;
	}
	
	nav {
	  max-height:50px;
    }
    
    
	.nav-stack .nav-stack__upper .logo {
	    max-width: 280px;
	    margin: 10px 0;
	}
    
    .search {
	    display:none;
    }

    .visible-xs {
	    display:inline
    }
    
    .icon {
        font-size: 3.8125em;
        float: right;
        padding: 0 30px;
    }
    
    .circle h2 {
		text-align: left!important;
	    padding: 0 0 0 60px;
	    font-size: 1.8em!important;    
    }


	.interface-search {
	    color: #333;
	}
	
	.headerimg {
		display:none;
	}
     
     #homeheader h1 {
	    margin: 30px 0 60px 30px;
	    font-size: 2.3em;
	    line-height: 1.3em!important;
	     color:#333;
    }
     
     #services {
	    margin-top: -60px;
	    padding: 2%;
	}
	
	#services .circle {
	    border-radius: 400px;
	    padding: 20px 10px;
	    width: 100%;
	    margin: 20px auto;
	}
	
	#donate {
		background-color: #00BCE4;
		background-image: none;
    }
    
    #team {
	    text-align: center;
    }
    
    .link-right {
	    text-align:center;
	    padding:30px 0;
    }
    
    .large {
	   max-width:100%;
     }
     
     .social {
		float:none;
		margin: 40px 0 0 20px;
		padding:20px 0;
		display:block;
	}
	
	  footer   .social {
	    text-align:center;
		float:none;
		margin: 40px 0 0 20px;
		display:block;
	}
	
	.sidebar {
	    padding: 10px 0px 0 0;
	    margin: 0;
    }
    
	img.large {
	    max-width: 100%;
	    margin: 30px 0;
	}
	
}


#ribbon #logoContainer #pName, #ribbon #logoContainer #sName {
	    background: none!important;
	    display:none!important;
}

#ribbon #logoContainer {
    margin-left: 20px;
    height: 40px;
    border-left: 1px solid #111;
    float: left;
    display: none;
}



/*-------------NAV----------------*/
/*** ESSENTIAL STYLES ***/
#nav_14623, #nav_14623 * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#nav_14623 {
	line-height:	1.0;
}
#nav_14623 ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#nav_14623 ul li {
	width:			100%;
}
#nav_14623 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav_14623 li {
	float:			left;
	position:		relative;
}
#nav_14623 a {
	display:		block;
	position:		relative;
}
#nav_14623 li:hover ul,
#nav_14623 li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul#nav_14623 li:hover li ul,
ul#nav_14623 li.sfHover li ul {
	top:			-999em;
}
ul#nav_14623 li li:hover ul,
ul#nav_14623 li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#nav_14623 li li:hover li ul,
ul#nav_14623 li li.sfHover li ul {
	top:			-999em;
}
ul#nav_14623 li li li:hover ul,
ul#nav_14623 li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
#nav_14623 {
	float:			left;
	margin-bottom:	1em;
}
#nav_14623 a {
	padding: 		.75em 1em;
	text-decoration:none;
}
#nav_14623 a, #nav_14623 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
#nav_14623 li {
	background:		#4C1B1B;
}
#nav_14623 li li {
	background:		#3F1717;
}
#nav_14623 li li li {
	background:		#3F1717;
}
#nav_14623 li:hover, #nav_14623 li.sfHover,
#nav_14623 a:focus, #nav_14623 a:hover, #nav_14623 a:active {
	background:		#4F3636;
	outline:		0;
}

/*** arrows **/
#nav_14623 a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#nav_14623 ul .sf-sub-indicator { background-position:  -10px 0; }
#nav_14623 ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#nav_14623 ul a:focus > .sf-sub-indicator,
#nav_14623 ul a:hover > .sf-sub-indicator,
#nav_14623 ul a:active > .sf-sub-indicator,
#nav_14623 ul li:hover > a > .sf-sub-indicator,
#nav_14623 ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
