/*-------- Layout -------*/
@media (max-width: 991px) {
	.container {
		max-width: 100% !important;
	}
}

/* --- Anchor Link Padding --- */
:target:before {
  content:"";
  display:block;
  height:600px; /* fixed header height*/
  margin:-600px 0 0; /* negative fixed header height */
}

/*-------- Typography -------*/
@font-face {
	font-family: 'Archer Bold';
	src: url(/wp-content/themes/ShiftAgency/assets/fonts/Archer-Bold.woff2);
	font-weight: normal;
}
body, body * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body, body p {
	color: #364347;
	font-family: 'Proxima-Nova', Arial, sans-serif;
	font-size: 20px;
	line-height: 1.375;
}

a {
	cursor: pointer;
	color: #0079ad;
}

a:hover {
	color: #005f87;
	text-decoration: none;
}

:hover {
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

b, strong, p strong {
	font-weight: bold;
}

blockquote {
    color: #0079ad;
    font-family: 'Ubuntu Light', Ubuntu, sans-serif;
    font-size: 24px;
    line-height: 1.25;
    margin: 10px auto;
}

h1 {
	font-family: 'Ubuntu Bold', Ubuntu, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 18px;
}

@media (max-width: 768px) {
	h1 {
        font-size: 33px;
    }
}

@media (max-width: 576px) {
	h1 {
	    font-size: 27px;
    }
}

h2 {
	font-family: 'Ubuntu Medium', Ubuntu, sans-serif;
	font-size: 30px;
	line-height: 1.25;
}

h3 {
	font-family: 'Ubuntu Bold', Ubuntu, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
}

@media (max-width: 576px) {
	h3 {
	    font-size: 21px;
    }
}

h4 {
	font-family: 'Ubuntu Regular', Ubuntu, sans-serif;
	font-size: 20px;
	line-height: 1.25;
}

h5 {
	color: #0079ad;
	font-family: 'Ubuntu Bold', Ubuntu, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
	text-transform: uppercase;
}



h6 {
	font-family: 'Ubuntu Medium', Ubuntu, sans-serif;
	font-size: 14px;
	line-height: 1.7;
}

@media (max-width: 768px) {
	body, body p {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	body, body p {
        font-size: 18px;
    }
}

/*-------- Default and Secondary Button -------*/
a.btn,
.btn,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
	font-weight: 600;
	letter-spacing: .01em;
	min-width: 130px;
    padding: 4px 20px 4px;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

a.btn,
a.btn-default,
a.btn-default:visited,
a.btn-secondary,
a.btn-secondary:visited,
.btn,
.btn-default,
.btn-default:visited,
.btn-secondary,
.btn-secondary:visited,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
	background-color: #0079ad;
	border-width: 0px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	line-height: 1.9;
}

a.btn-lg {
	font-size: 24px;
	line-height: 1.2;
	padding: 16px 24px 16px;
	white-space: normal;
	word-wrap: break-word;
}

a.btn:hover,
a.btn-default:hover,
a.btn-secondary:hover,
.btn:hover,
.btn-default:hover,
.btn-secondary:hover,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover   {
	background-color: #0088c2;
	cursor: pointer;
}

a.btn:active,
a.btn-default:active,
a.btn-secondary:active,
.btn:active,
.btn-default:active,
.btn-secondary:active {
	background-color: #005f87;
}

/* Donate Button */
a.btn.btn-donate,
a.btn.btn-donate:visited,
.btn.btn-donate,
.btn.btn-donate:visited {
	background-color: #67c221;
}

a.btn.btn-donate:hover,
.btn.btn-donate:hover {
	background-color: #6ad11b;
}

a.btn.btn-donate:active,
.btn.btn-donate:active {
	background-color: #529c1a;
}

/* Monthly Button*/
a.btn.btn-monthly,
a.btn.btn-monthly:visited,
.btn.btn-monthly,
.btn.btn-monthly:visited {
	background-color: #781d7e;
}

a.btn.btn-monthly:hover,
.btn.btn-monthly:hover {
	background-color: #871b8f;
}

a.btn.btn-monthly:active,
.btn.btn-monthly:active {
	background-color: #521457
}

/* Yellow CTA Button */
a.btn.btn-cta,
a.btn.btn-cta:visited,
.btn.btn-cta,
.btn.btn-cta:visited {
    background-color: #FFD133;
    border-radius: 0% !important;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 25px;
    white-space: pre-wrap;
    padding: 10px;
    line-height: 1.2;
}

a.btn.btn-cta:hover,
.btn.btn-cta:hover {
	background-color: #ffdd65;
}

a.btn.btn-cta:active,
.btn.btn-cta:active {
	background-color: #e9bb1d;
}



/* Programs Button */
a.btn.btn-programs,
a.btn.btn-programs:visited,
.btn.btn-programs,
.btn.btn-programs:visited {
	background-color: #00aca2;
}

a.btn.btn-programs:hover,
.btn.btn-programs:hover {
	background-color: #00c4bb;
}

a.btn.btn-programs:active,
.btn.btn-programs:active {
	background-color: #00857e;
}

/* Email Button */
a.btn.btn-email,
a.btn.btn-email:visited,
.btn.btn-email,
.btn.btn-email:visited {
	background-color: #e28935;
}

a.btn.btn-email:hover,
.btn.btn-email:hover {
	background-color: #f0841f;
}

a.btn.btn-email:active,
.btn.btn-email:active {
	background-color: #cf741f;
}

/* Alt Button */
a.btn.btn-alt,
a.btn.btn-alt:visited,
.btn.btn-alt,
.btn.btn-alt:visited {
	background-color: #fff;
	border: 1px solid #d6e1e5;
	color: #0079ad;
}

a.btn.btn-alt:hover,
.btn.btn-alt:hover {
	border: 1px solid #0079ad;
	color: #0079ad;
}

a.btn.btn-alt:active,
.btn.btn-alt:active {
	background-color: #005f87;
	border: 1px solid #005f87;
	color: #fff;
}

/* Alt Negative Button */
a.btn.btn-alt-neg,
a.btn.btn-alt-neg:visited,
.btn.btn-alt-neg,
.btn.btn-alt-neg:visited {
	background-color: transparent;
	border: 1px solid #fff;
	color: #FFF;
}

a.btn.btn-alt-neg:hover,
.btn.btn-alt-neg:hover {
	background-color: transparent;
	border: 1px solid #fff;
	color: #FFF;
}

a.btn.btn-alt-neg:active,
.btn.btn-alt-neg:active {
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #005f87;
}


.text-center {
	text-align: center;
}

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

.text-right {
	text-align: right;
}

/*----------Generic Form Styling----------*/

input, textarea {
	border: 1px solid #d6e1e5;
	border-radius: 3px;
	font-family: 'Proxima-Nova', sans-serif;
	font-size: 16px;
}
input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b2c6cd;
    opacity: 1; /* Firefox */
}
input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b2c6cd;
    opacity: 1; /* Firefox */
}
input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b2c6cd;
    opacity: 1; /* Firefox */
}
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b2c6cd;
    opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b2c6cd;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #b2c6cd;
}

.gform_wrapper .top_label .gfield_label {
	color: #b2c6cd;
	font-family: 'Proxima-Nova', sans-serif;
	font-size: 16px;
	font-weight: semibold;
	margin-bottom: 0;
	text-transform: uppercase;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
	font-size: 16px !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 15px 12px !important;
}

.gform_wrapper .gform_footer {
	text-align: center;
}

.gform_wrapper .gfield_required {
	color: #ee3524 !important;
}

/*----------Universal Classes for Sizing----------*/
@media all and (max-width: 1199px) {
	.hide-below-lg {
		display: none !important;
	}
}

@media all and (min-width: 1200px) {
	.hide-above-lg {
		display: none !important;
	}
}

@media all and (max-width: 991px) {
	.hide-below-md {
		display: none !important;
	}
}

@media all and (min-width: 992px) {
	.hide-above-md {
		display: none !important;
	}
}

@media all and (max-width: 769px) {
	.hide-below-sm {
		display: none !important;
	}
}

@media all and (min-width: 768px) {
	.hide-above-sm {
		display: none !important;
	}
}

@media all and (max-width: 575px) {
	.hide-below-xs {
		display: none !important;
	}
}

@media all and (min-width: 576px) {
	.hide-above-xs {
		display: none !important;
	}
}


/*----------Header----------*/

/* Adjust for fixed nav */
body {
	padding-top: 115px;
}

header .logo {
	max-width: 250px;
}

header .navbar {
	padding-top: 10px;
	padding-bottom: 10px;
}

header .navbar-brand {
	/* padding: 0; */
}

.nav-item {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.nav-item.hide-above-md {
	display: flex;
	align-items: center;
}

header li.lang-item {
    display: inline-block;
    font-family: 'Proxima-Nova', sans-serif;
}

header .header-language-desktop {
	margin-top: -2px;
}

header .header-language-md li.lang-item {
    top: 0;
}

header li.lang-item a {
    color: #b2c6cd;
	border: 1px solid #afb3b5;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
    border-top: 0;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 15px 4px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

header .header-language-md li.lang-item a:hover {
	background: #f3f5f5;
	border-color: #5e696d;
	color: #5e696d;
	text-decoration: none !important;
	cursor: pointer;
}

header .navbar li {
/* 	padding-left: 30px; */
	padding-left: 8px; 
}

header .navbar-light .navbar-nav .nav-link {
	color: #5e696d;
	font-family: 'Proxima-Nova', sans-serif;
	font-size: 18px;
	font-weight: bold;
}

header .navbar-light .navbar-nav .nav-link:hover {
	color: #0079ad;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}

header .logo {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

header .shrink .logo {
	max-width: 150px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

header .shrink .navbar {
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header-outer-container {
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.main-header {
	background-color: #FFF;
	-webkit-box-shadow: 0 -5px 25px #ccc;
	        box-shadow: 0 -5px 25px #ccc;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #0079ad;
}


/* Toggler icon */
.navbar-toggler-icon-mba * {
  margin: 0;
  padding: 0;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 52px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: #0079ad;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 14px;
}

#nav-icon1 span:nth-child(3) {
  top: 28px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

@media all and (min-width: 992px) {
	.navbar-toggler-mba {
		display: none;
	}

	.navbar-nav .lang-item {
		display: none;
	}
}

@media (max-width: 1200px) {
	header .navbar-brand img {
		max-width: 200px;
	}
}

@media (max-width: 991px) {

	body {
		padding-top: 90px;
	}

	header .container {
	    max-width: 100%;
	}

	header .navbar {
		/* padding: 11px 0 0; */
	}

	header .navbar-brand, header .navbar-toggler {
		/* padding-bottom: 22px; */
	}

	header .navbar li {
		padding: 0;
		width: 100%;
	}

	header .navbar-collapse {
		margin: 10px -15px 0;
		text-align: center;
	}

	header .navbar-nav.ml-md-auto {
		background: #003a61;
		padding: 10px 15px 0;
	}

	header li.lang-item a,
	header .navbar-light .navbar-nav .nav-link,
	header a.btn {
		font-size: 21px;
		padding: 9px 0;
	}

	header .navbar-light .navbar-nav .nav-link {
	    border-top: 1px solid #0079ad;
	    color: white;
	}

	header .navbar-light .navbar-nav .ways-to-give .nav-link {
		border-bottom: 1px solid #0079ad;
	}

	header .navbar-light .navbar-nav .nav-link:hover {
		color: #b0e4f1;
	}

	header li.lang-item a {
		border-top: 1px solid #afb3b5;
	    -webkit-transition: all .3s ease-in-out;
	    -o-transition: all .3s ease-in-out;
	    transition: all .3s ease-in-out;
	}

	header a.btn,
	header li.lang-item a {
		border-radius: 3px;
		padding: 9px;
	}

	header a.btn {
	    margin: 5px auto 15px;
	}

	header li.lang-item a {
	    margin: 13px auto 7px;
	}

	header a.btn {
		line-height: 1.3;
		width: 100%;
	}
}


@media (max-width: 768px) {

	body {
		padding-top: 50px;
	}

	header .navbar-brand, header .navbar-toggler {
	    padding: 5px 0 5px;
	}

	header .navbar-brand img {
		max-width: 150px;
	}

	#nav-icon1.open span:nth-child(2)  {
		top: 10px;
	}

	#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	    height: 30px;
		width: 32px;
	}

	#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
		height: 5px;
	}

	#nav-icon1 span:nth-child(2) {
		top: 10px;
	}

	#nav-icon1 span:nth-child(3) {
		top: 20px;
	}
}

@media (min-width: 576px) {

}

@media (max-width: 576px) {
	header li.lang-item a,
	header .navbar-light .navbar-nav .nav-link,
	header a.btn {
		font-size: 21px;
	}
}


/*---------- Emergency Bar -------- */

/* .emergency_bar .emergency_button{
    padding: 5px 0;
    text-align: center;
    border: solid 1px white;
    color:white;
    font-size: 18px;
    border-radius: 5px;
}
.emergency_button_wrapper{
    display: inline-block;
    color:white;
}
.emergency_content{
    color: white;
    font-size: 18px;
}
.emergency_bar{
    padding:20px 0;
} */
/* --- Emergency Bar --- */
.emerg-bar-wrapper {
	width: 100%;
}
.emergency_bar .emergency_button{
	border: 1px solid #fff;
	border-radius: 3px;
	color:white;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.9;
	margin: 5px;
	max-width: 170px;
	padding: 4px 20px;
	text-align: center;
	white-space: nowrap;
}
.emergency_button_wrapper{
	display: inline-block;
	color:white;
}
.emergency_content{
	color: white;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 20px;
}
.emergency_bar{
	margin: 0 auto;
	padding: 20px 15px;
}
.emerg-btn {
	border: 1px solid #fff;
	border-radius: 3px;
	flex: 1 1 70px;
	margin: 5px;
	padding-left: 0;
	padding-right: 0;
	min-width: 70px;
	max-width: 130px;
	width: 100%;
}
@media (min-width: 768px) {
	.emergency_content {
			margin-bottom: 0;
			padding-left: 32px;
	}
	.emergency_bar .emergency_button:hover {
			background-color: #6ad11b !important;
	}
	.emergency_bar .emergency_button,
	.emerg-btn {
			margin: 5px 8px;
	}
}

/*---------- Pre-Footer -------- */
.prefooter-donate {
    background: #005288;
    color: white;
	padding: 10px 0;
}

.prefooter-donate .col-12 {
	margin: auto;
}

.prefooter-donate-inner {
	color: white;
    display: inline-block;
    font-family: 'Ubuntu Bold', Ubuntu, sans-serif;
    font-size: 22px;
}

.prefooter-donate-amounts.row {
	background: white;
    border: 1px solid #d6e1e5;
    border-radius: 3px;
    overflow: hidden;
}

.prefooter-donate-module.container-fluid * {
	-webkit-box-flex: 1;
    flex: 1 1;
    -ms-flex: 1 1 auto;
}

.prefooter-donate-amount.prefooter-donate-amount-preset {
    background-color: #fff;
	border-right: 1px solid #d6e1e5;
    color: #5e696d;
	display: inline-block;
    font-size: 20px;
    line-height: 1.9;
    text-align: center;
    padding-top: 3px;
    white-space: nowrap;
    vertical-align: middle;
}

.prefooter-donate-amount.prefooter-donate-amount-preset.active,
.prefooter-donate-amount.prefooter-donate-amount-preset.active:hover,
.prefooter-donate-amount.prefooter-donate-amount-preset:active {
	background-color: #62cae3;
	color: #fff;
}

.prefooter-donate-amount.prefooter-donate-amount-preset:hover {
	background-color: #d0eff7;
	cursor: pointer;
}

.prefooter-donate-amount.prefooter-donate-amount-other {
    position: relative;
}

.prefooter-donate-amount input {
	border: 0;
    border-radius: 0;
    font-family: 'Proxima-Nova', sans-serif;
    font-size: 20px;
    height: 100%;
    padding-left: 28px;
}

.prefooter-donate-amount.prefooter-donate-amount-other:before {
    color: #5e696d;
    content: '$';
    font-size: 20px;
    margin: 9px 0 0 13px;
    position: absolute;
}

.prefooter-donate-amount.prefooter-donate-amount-other.prefooter-french:before {
    right: 0;
    margin: 10px 16px 0 13px;
}

.prefooter-donate-amount a.btn.btn-donate {
	border-radius: 0;
}

@media (max-width: 992px) and (min-width: 568px) {
	.prefooter-donate-amount a.btn.btn-donate {
		min-width: 100px;
	}
}

@media (max-width: 768px) {
	.prefooter-donate {
		padding: 20px 0 30px;
	}

	.prefooter-donate-inner {
		display: block;
		margin-bottom: 18px;
		text-align: center;
	}
}

@media (max-width: 567px) {
	.prefooter-donate-amounts.row {
		border: 0;
	}

	.prefooter-donate-module.container-fluid * {
		-webkit-box-flex: 1;
        flex: auto;
	    -ms-flex: auto;
	}

	.prefooter-donate-module.container-fluid .prefooter-donate-amount {
		text-align: center;
	}

	.prefooter-donate-amount a.btn.btn-donate {
		border-radius: 3px;
		margin: 17px auto 0;
	}

	.prefooter-donate-amount.prefooter-donate-amount-preset {
		border: 0;
	    border-radius: 3px;
	    margin: 5px;
	    width: 45%;
	}

	.prefooter-donate-amount.prefooter-donate-amount-other {
		width: 100%;
	}

	.prefooter-donate-amount.prefooter-donate-amount-other input {
	    border-radius: 3px;
	    margin: 5px;
	    padding: 9px 28px;
	    width: 98%;
	}

	.prefooter-donate-amount.prefooter-donate-amount-other:before {
	    margin: 16px 0 0 16px;
	}

	.prefooter-donate-amount.prefooter-donate-amount-other.prefooter-french:before {
	    margin: 16px 16px 0 13px;
	}
}

/*---------- Footer ----------*/
footer {
    background-color: #003a61;
    padding: 59px 0 46px;
    color: #fff;
}

footer .wrapper {
    opacity: .4;
    filter: alpha(opacity=40);
    opacity: 0.4;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
footer:hover .wrapper {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    /* cursor: pointer; */
    zoom: 1;
}

footer,
footer .container p {
	color: white;
}

footer ul {
	list-style: none;
	padding: 0;
}

footer ul > ul {
	margin-left: 10px;
}

footer ul li, footer ul li a {
	color: white;
	font-family: 'Proxima-Nova', sans-serif;
	font-size: 20px;
	line-height: 1.3;
}

footer ul li.footer-section-title {
	font-weight: bold;
}

footer ul li a:hover {
	color: #62cae3;
	text-decoration: none;
}

footer .row.social {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

footer .row.social a {
	color: #b2c6cd;
	font-size: 22px;
	margin: 0 15px;
}

footer .row.social a:hover {
	color: white;
	text-decoration: none;
}

footer .row.accreditation {
	margin-bottom: 18px;
}

footer .row.accreditation p {
	font-size: 16px;
	margin-bottom: 0px;
}

footer .row.copyright {
	border-top: 1px solid #005288;
	padding-top: 19px;
}

footer .copyright a {
	color: #FFF;
}

footer .copyright a:hover {
	color: #62cae3;
	text-decoration: none;
}

footer li.lang-item {
	list-style: none;
}

footer li.lang-item a {
    border: 1px solid #afb3b5;
    border-radius: .25rem;
    color: #b2c6cd;
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .01em;
    line-height: 1.9;
    margin-top: 20px;
    min-width: 130px;
    padding: 4px 20px 4px;
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    width: 100%;
}

footer li.lang-item a:hover {
	background: rgba(255,255,255,0.1);
	border-color: white;
	color: white;
	text-decoration: none;
}

@media (max-width: 576px) {
	footer {
		padding: 30px 0 0;
	}

	footer .row .wrapper {
	    opacity: 1;
	    filter: alpha(opacity=100);
	    opacity: 1;
	}

	footer ul li, footer ul li a {
		font-size: 17px;
	}

	.footer-buttons a.btn {
		font-size: 16px;
		
	}

	footer li {
		padding-top: 2px;
		padding-bottom: 2px;
	}

	footer li.lang-item a {
		margin-top: 10px;
	}

	footer img {
	    max-height: 61px;
	    max-width: 163px;
	}

	.row.copyright p {
		font-size: 15px;
	}
}


	/* cta-section */
.cta-section{
		background-color: #62CAE3;
		padding: 60px 0px;
	}
	
.cta-section h2{
		font-family: Ubuntu;
		font-weight: bold;
		font-size: 40px;
		text-align: center;
        color: #000000;
	}
 
.cta-section h3{
font-family: Ubuntu light;
font-size: 25px;
text-align: center;
color: #000000;
text-transform: uppercase;
}

/* custom boostraps */
	
.rounded{
		border-radius: 50% !important
	}

/* custom link style for some of the pages */
 .custom-link:{
		text-decoration-line: underline;
		color: #0678AD;
	}
	
	 .custom-link:hover{
		text-decoration-line: none;
	}

/* background colours bootstrap */
.bg-blue-lite{
	background-color: #D2F4FC;
}

.bg-teal{
	background-color: #62CAE3;
	color: #003A61;
}

.bg-navy{
	background-color: #003A61;
	color: #fff;
}

.bg-blue{
	background-color: #0678AD;
	color: #fff;
}

.bg-yellow{
	background-color: #FFD133;
}

/* background-image settings */
.bg-img{
	background-repeat: no-repeat;
	background-size: cover;
}

