

::selection {
	background: #95b1e7; /* Safari */
	}
::-moz-selection {
	background: #95b1e7; /* Firefox */
}


html, body {
	height: 100%;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #eff3f6;
	font-weight: normal;
	color: #272f32;
	font-size: 16px;
	letter-spacing: 0.5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrapper {
	width: 1000px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}
b,strong {
	font-weight: bold;
}
i,em {
	font-style: italic;
}

input[type=text],
input[type=number],
textarea,
select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	margin: 8px 0;
	padding: 6px 10px;
	background-color: #fff;
	border-radius: 4px;
	border: 0;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	font-weight: normal;
	color: #000;
	font-size: 16px;
	outline: none;
	transition: all 0.2s ease;
}
input[type=text],
input[type=number],
textarea {
	-webkit-appearance:none;
}
textarea {
	height: 160px;
	resize: none;
}
.g-recaptcha {
    float: left;
}
input[type=text].error,
textarea.error,
select.error,
.g-recaptcha.error {
	border: 2px solid rgba(196,57,65, 0.8) !important;
}

.u-pt--10 {
    padding-top: 10px !important;
}

@media (min-width: 768px)
{
    .u-mw--200 {
        max-width: 200px !important;
    }
}
.u-text--grey {
    color: #999 !important;
}
.u-text--black {
    color: #272f32 !important;
}
.u-hidden {
    display: none !important;
}

.btn {
	outline: none;
	display: inline-table;
	width: auto;
	height: auto;
	line-height: 20px;
	margin: 8px 8px 8px 0;
	padding: 10px 18px;
	border-radius: 6px;
	background-color: #3382cf;
	background-image: linear-gradient(to left, #3382cf, #3382cf 50%, #17528d 50%, #17528d);
    background-position: 100% 0;
    background-size: 200% 100%;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #fff !important;
	text-decoration: none !important;
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 0.2s ease;
}
.btn:hover,
.btn:active,
.btn:focus {
    background-color: #17528d !important;
    background-position: 0 0;
    text-decoration: none !important;
}

.btn--secondary {
	background-color: #17528d;
	background-image: linear-gradient(to left, #17528d, #17528d 50%, #272f32 50%, #272f32);
}
.btn--secondary:hover,
.btn--secondary:active,
.btn--secondary:focus {
    background-color: #272f32 !important;
}



.header {
    position: fixed;
    z-index: 100;
	width: 100%;
	height: 90px;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	transition: all 300ms ease;
}
.header--home {
    height: 130px;
    background: transparent;
    box-shadow: none;
}
.header.is-scrolled-down {
    height: 90px;
	background-color: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

@media (min-width: 993px)
{
    .header:hover {
        background-color: #3383d3 !important;
        height: auto !important;
    }
    .header--home:hover {
        height: auto !important;
    }
}

.header-logo {
	display: block;
	width: auto;
	height: auto;
	float: left;
	margin: 6px 0;
	padding: 0;
}
.header-logo .logo {
	width: auto;
	height: 78px;
	transition: all 300ms ease;
}
.header-logo .logo--2 {
    display: none;
	height: 78px;
}
.header--home .header-logo .logo--2 {
    height: 118px;
}
.header--home .header-logo .logo--1 {
    display: none;
}
.header--home .header-logo .logo--2 {
    display: block;
}
.header--home:not(.is-scrolled-down) .navbar ul li a {
    color: #fff;
    border-right-color: #fff;
}
.header--home.is-scrolled-down .header-logo .logo--1 {
    display: inline-block;
}
.header--home.is-scrolled-down .header-logo .logo--2 {
    display: none;
	height: 78px;
}
@media (min-width: 993px)
{
    .header:hover .header-logo .logo--1 {
        display: none;
    }
    .header:hover .header-logo .logo--2 {
        display: block;
    }
}



.navbar {
	display: inline-block;
	float: right;
	width: auto;
	height: auto;
	margin: 29px 0;
	padding: 0;
	transition: all 300ms ease;
}
.navbar ul {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
.navbar > ul {
	display: table;
}
.navbar ul li {
	width: auto;
	height: auto;
	display: block;
	height: auto;
	list-style: none;
}
.navbar > ul > li {
	display: table-cell;
	position: relative;
	padding-bottom: 0;
}
.navbar ul li a {
	display: inline-block;
	width: 174px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	font-family: 'Work Sans';
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	transition: all 0.2s ease;
	box-sizing: border-box;
	padding: 0px 20px;
	border-right: 1px solid #3382cf;
}
.navbar ul li.active a,
.navbar ul li a:hover {
	color: #3382cf;
}
.navbar ul ul {
    display: none;
}
.navbar ul ul li {
    float: none;
    height: auto;
}
.navbar ul ul li a {
    display: block;
    border-right: 0;
    height: auto;
    font-family: 'Alegreya Sans';
    font-weight: 300;
    color: #fff;
    line-height: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
}




.header:hover .navbar ul ul {
    display: block;
}
.header:hover .navbar > ul > li:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    right: 1px;
    top: 0;
    bottom: 0;
    background-color: #fff;
}

@media (min-width: 993px)
{
    .header:hover .navbar ul li a {
        color: #fff;
        border-right: 0;
    }
}
.header:hover .navbar ul li.active > a,
.header:hover .navbar ul li:hover > a {
    text-decoration: underline;
}




.page-image-placeholder {
	width: auto;
    height: 90px;
    display: block;
}

.page-image {
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 25vw;
	margin: 90px 0 0 0;
	text-align: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.page-image--with-form {
    height: 550px;
}
.page-image--home {
    margin: 0;
    height: 33vw;
}
.page-image-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}
.page-image-overlay2 {
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, transparent 35%, transparent 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,transparent 35%,transparent 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,transparent 35%,transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.page-image-wrapper {
    display: block;
    overflow: hidden;
    height: 100%;
}
.page-image-inner {
    display: block;
	height: auto;
	position: absolute;
	overflow: hidden;
	max-height: 100%;
	bottom: 30px;
}
.page-image-title {
    display: inline-block;
    padding: 20px;
    border-radius: 14px;
    background-color: rgba(39,47,50,0.8);
    font-family: 'Work Sans';
    font-weight: 500;
    max-width: 500px;
    font-size: 20px;
    font-style: italic;
    line-height: 1.35em;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0,0,0,0.1);
}
.page-image--home .page-image-title {
    margin-top: 10vw;
}
.page-image--with-form .page-image-title {
    position: absolute;
    left: 350px;
    bottom: 0;
}
.page-image-button1 {
    font-size: 18px;
    padding: 13px 36px;
}
.page-image-button2 {
    font-size: 18px;
    padding: 13px 36px;
}


.news-image {
    position: relative;
    width: auto;
    height: 412px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.news-image::before {
    content: '';
    position: absolute;
    top: 35px;
    bottom: 0;
    left: -50px;
    width: 1px;
    background-color: #d9d9d9;
}
.news-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(51,131,211,0.8);
    z-index: 10;
}
.news-image-content {
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px;
}
.news-image-date {
    color: rgba(255,255,255,0.85);
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.news-image-title {
    display: inline-block;
    padding: 16px 20px !important;
    border-radius: 14px;
    background-color: rgba(39,47,50,0.8);
    font-family: 'Work Sans';
    font-weight: 500;
    max-width: 50%;
    font-size: 24px;
    font-style: italic;
    line-height: 1.15em;
    color: #fff !important;
    text-shadow: 0 2px 0 rgba(0,0,0,0.1);
}



.home-slider {
	position: fixed !important;
	width: 100%;
	height: 33vw !important;
	text-align: left;
}
.home-slider-item {
    width: 100%;
    height: 33vw !important;
}
.home-slider-image {
    width: 100%;
    height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: all 7s ease;
}
.animate .home-slider-image {
    transform: scale(1.1);
}




.home-page {
    margin: 30px 0 15px 0;
}
.home-page-title {
    font-size: 20px !important;
    color: #272f32 !important;
    padding-bottom: 20px !important;
}


.card-box {
    display: block;
    position: relative;
    background-color: #fff;
    height: auto;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    text-decoration: none !important;
    margin-bottom: 40px;
}
.news-slider .card-box {
    margin-bottom: 0;
}
.card-box-image {
    background-color: #dfe5e9;
    height: 180px;
    overflow: hidden;
}
.card-box-image--small {
    height: 150px;
}
.card-box-image-background {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 300ms ease;
}
.card-box-category {
    position: absolute;
    z-index: 2;
    top: 22px;
    left: 0;
    color: #fff;
    background: rgba(51,131,211,0.8);
    padding: 4px 10px;
}
.card-box:hover .card-box-image-background {
    transform: scale(1.1);
}
.card-box-content {
    height: 135px;
    padding: 14px 18px;
    box-sizing: border-box;
}
.card-box-title {
    text-decoration: none;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    max-height: 40px;
	line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.card-box-description {
	color: #272f32;
	font-weight: normal;
	max-height: 60px;
	line-height: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
	
}



.news-slider {
    position: relative;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
.news-slider .slick-dots {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 170px;
}
.news-slider .slick-dots li {
    list-style: none;
    width: 33.33%;
    float: left;
    height: 10px;
    background: transparent;
}
.news-slider .slick-dots li.slick-active {
    background-color: rgba(51,131,211,0.8);
}
.news-slider .slick-dots li button {
    display: none;
}



.news-overview-pager {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.news-overview-pager-item {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    border-radius: 2px;
    transition: all 0.3s ease;
    margin: 0 2px 8px 0;
    text-decoration: none !important;
}
.news-overview-pager-item:hover,
.news-overview-pager-item--active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #3382cf !important;
}



.share-buttons {
    margin-top: 10px;
    margin-bottom: 20px;
}
.share-button {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 4px;
    box-sizing: border-box;
    border: 3px solid #8d8d8d;
    border-radius: 100%;
    text-align: center;
    vertical-align: top;
    transition: all 300ms ease;
}
.share-button:hover {
    border-color: #3382cf;
}
.share-button > i.fa {
    color: #8d8d8d;
    line-height: 36px;
    font-size: 22px;
    transition: all 300ms ease;
}
.share-button:hover > i.fa {
    color: #3382cf;
}
.share-button--whatsapp {
    border: none;
    height: 46px;
    vertical-align: text-top;
}
html.whatsapp .share-button--whatsapp {
    display: inline-block !important;
}
.share-button--whatsapp > i.fa {
    font-size: 46px;
}


.other-news {
    margin-bottom: 30px;
}
.other-news-item {
    display: block;
    margin: 8px 0;
    font-family: 'Work Sans';
    font-weight: 500 !important;
    line-height: 20px;
    text-decoration: none !important;
}
.other-news-item > i.fa {
    margin-left: 5px;
    vertical-align: baseline;
    transition: all 300ms ease;
}
.other-news-item:hover > i.fa {
    margin-left: 10px;
}



.submenu {
    margin: 40px 0;
}
.submenu-title {
    display: block;
    font-family: 'Work Sans';
	font-weight: 600;
	font-size: 24px;
	color: #272f32;
	margin: 0;
	padding: 0 0 15px 0;
    transition: all 300ms ease;
}
.submenu-title > a {
    font-family: 'Work Sans';
	color: #272f32;
	text-decoration: none;
}
.submenu-title > a:hover {
    color: #3382cf;
}
.submenu-list {
    margin: 0;
    padding: 0;
}
.submenu-item {
    list-style: none;
    margin: 0;
    padding: 0;
}
.submenu-item-link {
    display: block;
    font-family: 'Work Sans';
	color: #272f32;
	font-weight: 500;
	padding-top: 4px;
	padding-bottom: 4px;
    transition: all 300ms ease;
}
.submenu-item-link.active,
.submenu-item-link:hover {
    color: #3382cf;
    text-decoration: underline;
}
.submenu-item-link i.fa {
    margin-left: 5px;
    vertical-align: baseline;
    transition: all 300ms ease;
}
.submenu-item-link.active i.fa,
.submenu-item-link:hover i.fa {
    margin-left: 10px;
}



.content-box {
    margin: 35px 0 30px 0;
    min-height: 200px;
    position: relative;
}
.content-box--news {
    margin-top: 0;
    padding-top: 35px;
}
.content-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    width: 1px;
    background-color: #d9d9d9;
}




.footer {
    position: relative;
    z-index: 12;
    margin-top: auto;
    background-color: #272f32;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-column {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-column-title {
    color: #fff;
    font-family: 'Work Sans';
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 10px;
}
.footer-column-item {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    font-weight: 400;
}
.footer-column-item a {
    color: rgba(255,255,255,0.9);
    text-decoration: underline;
}
.footer-column-item a:hover {
    text-decoration: none;
}
.footer-column-image {
    width: 70px;
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block;
}
.footer-column-image img {
    width: 100%;
    height: auto;
}
.footer-form-input {
    display: block !important;
    float: left !important;
    width: 60% !important;
    margin: 0 !important;
    border-radius: 6px 0 0 6px !important;
}
.footer-form-submit {
    display: block !important;
    float: left !important;
    width: 40% !important;
    margin: 0 !important;
    border-radius: 0 6px 6px 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.footer-column-btn {
    display: block !important;
    margin: 26px 0 0 0 !important;
}




.main-box {
    width: auto;
    height: auto;
    position: relative;
    z-index: 11;
    background-color: #eff3f6;
    margin-top: 90px;
}
.main-box-topbar {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: rgba(51,131,211,0.8);
    z-index: 10;
    transition: all 30ms ease;
}

.page-image + .main-box {
    margin-top: calc(25vw + 90px);
}
.page-image--home + .main-box {
    margin-top: 33vw;
}
.page-image--with-form + .main-box {
    margin-top: 640px;
}



.donate-form {
    width: 300px;
    float: left;
}
.donate-form-title {
    background-color: #272f32;
    padding: 10px 20px;
    font-family: 'Work Sans';
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.donate-form-content {
    background-color: #faf9f8;
    padding: 12px 10px 1px 10px;
}
.donate-form-content .alert {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom: 10px !important;
}
.donate-form-input {
    box-shadow: none !important;
    border: 1px solid #8e8e8e !important;
}
.donate-form-button {
    width: 100%;
}
.donate-form-radio {
    display: block;
    width: 81px;
    height: 52px;
    margin-right: 18px;
    float: left;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #272f32;
    text-align: center;
    padding: 2px 0;
    cursor: pointer;
}
.donate-form-radio > input[type="radio"] {
}
.donate-form-radio > span {
    display: block;
    font-family: 'Work Sans';
    font-size: 16px;
    font-weight: 500;
    color: #3382cf;
}
.donate-form-radio:nth-child(3n) {
    margin-right: 0;
}
.donate-form-other-amount {
    display: block;
    height: 48px;
    text-align: center;
    color: #3382cf !important;
    text-decoration: underline !important;
    cursor: pointer;
}





.text-box {
	font-size: 16px;
	line-height: 25px;
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
    font-family: 'Work Sans';
	font-weight: 600;
	font-size: 18px;
	color: #17528d;
	margin: 0px;
	padding: 6px 0px 2px 0px;
}
.text-box h1 {
	font-size: 30px;
	color: #3382cf;
}
.text-box h2 {
	font-size: 30px;
}
.text-box h3 {
	font-size: 24px;
	color: #3382cf;
}
.text-box h4 {
	font-size: 24px;
}
.text-box h5 {
	color: #3382cf;
}
.text-box a {
	color: #3382cf;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	transition: all 300ms ease;
}
.text-box a:hover {
	color: #1f1f1f;
}
.text-box p {
	margin: 0;
	padding: 12px 0;
}
.text-box ul, .text-box ol {
    padding: 0;
	margin-left: 30px;
}
.text-box ul li {
	list-style: disc;
}
.text-box ol li {
	list-style: decimal;
}
.text-box img {
	max-width: 100%;
	height: auto;
}
.text-box iframe {
	max-width: 100%;
}
.text-box hr {
	display: block;
	width: auto;
	height: 2px;
	border: 0;
	background-color: rgba(0,0,0,0.1);
	padding: 0;
	margin: 20px 0;
}
.text-box sup {
	vertical-align: super;
    font-size: smaller;
}
.text-box sub {
	vertical-align: sub;
    font-size: smaller;
}

.text-box .table-wrapper {
  display: inline-block;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 6px;
  border: 1px solid #ccc;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.text-box .table-wrapper table.responsive {
  border-collapse: collapse;
  min-width: 650px;
}
.text-box .table-wrapper table.responsive th {
    padding: 8px 8px;
    border: 0;
    font-weight: bold;
    background: #3382cf;
    color: #fff;
}
.text-box .table-wrapper table.responsive td {
	padding: 8px 8px;
    border: 0;
    vertical-align: top;
}
.text-box .table-wrapper table.responsive tr:nth-child(2n) td {
	background: rgba(0,0,0,0.07);
}



.message_area {
    padding: 10px;
    border-radius: 6px;
}




