@charset "UTF-8";
/* CSS Document */

/* Logo Icon */
.logobar {
    position:fixed;
	z-index:13000;
    top:0px
}
.main-logo {
    height:100px
}
/* hide mobile version by default */
  .logo .mobile {
    display: none;
  }
  /* when screen is less than 600px wide
     show mobile version and hide desktop */
  @media (max-width: 600px) {
    .logo .mobile {
      display: block;
    }
    .logo .desktop {
      display: none;
    }
  }
.brand-logo img {
  height: 3.5rem;
  width: auto;
}
@media (min-width: 576px) {
.brand-logo img {
  height: 3.5rem;
	width: auto;
}
}
@media (min-width: 768px) {
.brand-logo img {
  height: 3.5rem;
	width: auto;
}
}
@media (min-width: 992px) {
.brand-logo img {
  height: 3.5rem;
	width: auto;
}
}
@media (min-width: 1200px) {
.brand-logo img {
  height: 3.5rem;
	width: auto;
}
}
.footer-logo {
	max-width:60px
}
.footer-logo-lg {
	width:150px
}
.footer-arrow {
	width:150px
}

.termsfeed-com---palette-dark.termsfeed-com---nb {
    background-color: rgba(0, 34, 52, 1) !important
}
.termsfeed-com---palette-dark .cc-nb-okagree {
    background-color: #c0145e !important
}
.termsfeed-com---palette-dark .cc-nb-reject {
    background-color: #c0145e !important
}

/* General */
body {
	color: #002234;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	font-family: azo-sans-web, sans-serif;
}
p, .p {
	font-family: azo-sans-web, sans-serif;
}
.lh-1 {
    line-height:1
}
a {
	color:inherit;
	transition: 0.3s;
}
a:hover {
	color: rgba(11,67,149, 1);
	text-decoration: none
}
p a, h4 a {
	-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    border-bottom: dotted 2px rgba(11,67,149, 0.5);
    text-decoration: none;
	transition: 0.3s;
}
.arrow-link {
	width:70px
}
.arrow-link a {
	border-bottom: none;
	transition: 0.3s;
}
.arrow-link a:hover {
	opacity:0.3;
}
.arrow-link-sm a {
	border-bottom: none;
	transition: 0.3s;
}
.arrow-link-sm img {
	width: 50px;
    margin-left: 10px;
}
.arrow-link-sm a:hover {
	opacity:0.3;
	color:inherit
}
.arrow-red {
	width:60px
}
.align-right {
	text-align: right
}
.py-330 {
	padding-top:330px
}
.py-350 {
	padding-top:350px
}
.mg-20 {
    margin:20px
}
.pr-30 {
    padding-right:30px
}
.pr-80 {
    padding-right:0px
}
.py-6-mob {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.mb-5-mob {
  margin-bottom: 0rem !important;
}
@media (min-width: 576px) {
.py-6-mob {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.mb-5-mob {
  margin-bottom: 3rem !important;
}
.pr-80 {
    padding-right:80px
}
}
@media (min-width: 768px) {
.py-6-mob {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.mb-5-mob {
  margin-bottom: 3rem !important;
}
.pr-80 {
    padding-right:80px
}
}
@media (min-width: 992px) {
.py-6-mob {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.mb-5-mob {
  margin-bottom: 3rem !important;
}
.pr-80 {
    padding-right:80px
}
}
@media (min-width: 1200px) {
.py-6-mob {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.mb-5-mob {
  margin-bottom: 3rem !important;
}
.pr-80 {
    padding-right:80px
}
}
.text-pale {
	color: #E2EFF9
}
.text-pale span {
	color: #E83E2D
}
.text-blue {
	color: #0546a5
}
.text-navy {
	color: #002234
}
.text-green {
	color: #c0145e
}
.background-pale {
	background-color: rgba(241, 242, 241, 1);
}
.background-dark {
	background-color: rgba(0, 34, 52, 0.8);
}
.background-white {
	background-color: rgba(255, 255, 255, 1);
}
.footer-col {
    width:50%
}
.footer-col-centre {
    margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 576px) {
.footer-col {
   width: 16.66666667%;
}
}
@media (min-width: 768px) {
.footer-col {
    width: 16.66666667%;
}
}
@media (min-width: 992px) {
.footer-col {
    width: 16.66666667%;
}
}
@media (min-width: 1200px) {
.footer-col {
    width: 16.66666667%;
}
}
.background-footer {
	background-color: rgba(226, 239, 249, 0.7);
	width: 100% !important;
}
.background-footer a {
    border-bottom: none;
	transition: 0.3s;
}
.background-footer a:hover {
    color: rgba(255,255,255);
    opacity:0.5
}
.footer-bg-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:300px
}
@media (min-width: 576px) {
.footer-bg-image {
  height:auto
}
}
@media (min-width: 768px) {
.footer-bg-image {
  height:auto
}
}
@media (min-width: 992px) {
.footer-bg-image {
  height:auto
}
}
@media (min-width: 1200px) {
.footer-bg-image {
  height:auto
}
}
.background-pink {
	background-color: rgba(192, 20, 94, 1);
}
.background-blue {
	background-color: rgba(5, 70, 165, 1);
}
.background-navy {
	background-color: rgba(0, 34, 52, 1);
}
.hero-heading {
    width:90%;
    margin:auto;
    padding: 0 0.75rem;
}
@media (min-width: 576px) {
.hero-heading {
    width:100%
}
}
@media (min-width: 768px) {
.hero-heading {
    width:100%
}
}
@media (min-width: 992px) {
.hero-heading {
    width:100%
}
}
@media (min-width: 1200px) {
.hero-heading {
    width:100%
}
}
.hero-logo {
    position:absolute;
	z-index:999;
	width:100%;
	text-align: center;
	margin-top: 160px;
}
.hero-logo img {
    height: 180px;
}
.fancynavbar {
	font-family: azo-sans-web, sans-serif;
}
.feature-heading {
	color: #E83E2D;
	float: left;
    position: absolute;
    left: 20%;
    top: 0%;
	z-index: 1300;
}
.feature-heading span {
	color: #E83E2D
}
.feature-heading::before {
	content: url("../img/red-arrow.svg");
    display: inline-block;
    width: 70px;
	position:absolute;
	transform: translate(-90px,5px);
}
.feature-image {
	margin:8rem 2rem 2rem
}
.feature-image::before {
	content: url(../img/forward-slash.svg);
    display: inline-block;
    width: 40px;
    position: absolute;
    transform: translate(0px,130px);
    right: 0;
    z-index: 1300;
}
@media (min-width: 576px) {
.feature-heading {
	top: 15%;
    color: #fff;
}
.feature-image {
	margin:5rem
}
.feature-image::before {
	width: 80px;
    transform: translate(30px,-200px);
}
}
@media (min-width: 768px) {
.feature-heading {
	top: 15%;
    color: #fff;
}
.feature-image {
	margin:5rem
}
.feature-image::before {
	width: 80px;
    transform: translate(30px,-200px);
}
}
@media (min-width: 992px) {
.feature-heading {
	top: 15%;
    color: #fff;
}
.feature-image {
	margin:5rem
}
.feature-image::before {
	width: 80px;
    transform: translate(30px,-200px);
}
}
@media (min-width: 1200px) {
.feature-heading {
	top: 15%;
    color: #fff;
}
.feature-image {
	margin:5rem
}
.feature-image::before {
	width: 80px;
    transform: translate(30px,-200px);
}
}

.group-heading {
	color: #E83E2D;
	float: left;
    position: absolute;
    left: 25%;
    top: 0%;
	z-index: 1300;
}
.group-heading::before {
	content: url("../img/red-arrow.svg");
    display: inline-block;
    width: 70px;
	position:absolute;
	transform: translate(-90px,5px);
}
.group-block::after {
	content: url("../img/forward-slash.svg");
    display: inline-block;
    width: 70px;
	position:absolute;
	transform: translate(-20px,0px);
    right: 0;
}
@media (min-width: 576px) {
.group-heading {
    left: 0%;
	top: -15%;
}
.group-block::after {
	transform: translate(30px,-60px);
    right: 0;
}
}
@media (min-width: 768px) {
.group-heading {
    left: 0%;
	top: -15%;
}
.group-block::after {
	transform: translate(30px,-60px);
    right: 0;
}
}
@media (min-width: 992px) {
.group-heading {
    left: 0%;
	top: -15%;
}
.group-block::after {
	transform: translate(30px,-60px);
    right: 0;
}
}
@media (min-width: 1200px) {
.group-heading {
    left: 0%;
	top: -15%;
}
.group-block::after {
	transform: translate(30px,-60px);
    right: 0;
}
}

.breadcrumb {
    font-weight:300;
    color: #002234
}
.breadcrumb-item.active {
    color: #0546a5
}
.breadcrumb-item + .breadcrumb-item::before {
   content: var(--sparrow-breadcrumb-divider, ">") /* rtl: var(--sparrow-breadcrumb-divider, "»") */;
}
.vh-lg-40 {
    height: 40vh !important;
  }
.bg-holder.overlay-3:before {
   background: rgba(0, 34, 52, 0.8); 
}
.show {
    border-bottom:solid 1px #c0145e 
}
.icon-sz {
    font-size:3rem
}
.logo-sz img {
    height:50px
}
.logo-sz-lg img {
    height: 100px;
}
.bg-holder-sm {
    background-size: 95%;
}
.section-mb {
  margin-top:50px
}
@media (min-width: 576px) {
.section-mb {
  margin-top:0px
}
}
@media (min-width: 768px) {
.section-mb {
  margin-top:0px
}
}
@media (min-width: 992px) {
.section-mb {
  margin-top:0px
}
}
@media (min-width: 1200px) {
.section-mb {
  margin-top:0px
}
}

.lead p strong {
    font-weight: 500 !important;
    font-size: 1.5rem;
}

/* Steps */
#steps {
  width: 100%;
  padding: 0px;
  margin:60px auto;
}
#steps ul, #steps li{
  margin: 0;
  padding: 0;
  list-style: none;
}
#steps ul{
  display: block;
  width: 100%;
}
#steps li{
  display: block;
  position: relative;
  text-align: center;
  height:150px
}
#steps li a {
    float:none
}
#steps li:first-child{
  width: 100%;
}

@media (min-width: 576px) {
#steps {
  width: 50%;
}
#steps ul{
  display: table;
  width: 100%;
}
#steps li{
  display: table-cell;
  height: auto;
}
#steps li a {
    float:right
}
#steps li:first-child{
  width: 50px;
}
}
@media (min-width: 768px) {
#steps {
  width: 50%;
}
#steps ul{
  display: table;
  width: 100%;
}
#steps li{
  display: table-cell;
  height: auto;
}
#steps li a {
    float:right
}
#steps li:first-child{
  width: 50px;
}
}
@media (min-width: 992px) {
#steps {
  width: 50%;
}
#steps ul{
  display: table;
  width: 100%;
}
#steps li{
  display: table-cell;
  height: auto;
}
#steps li a {
    float:right
}
#steps li:first-child{
  width: 50px;
}
}
@media (min-width: 1200px) {
#steps {
  width: 50%;
}
#steps ul{
  display: table;
  width: 100%;
}
#steps li{
  display: table-cell;
  height: auto;
}
#steps li a {
    float:right
}
#steps li:first-child{
  width: 50px;
}
}

#steps li:first-child .step:before{
  content: none;
}
#steps ul li a .step {
    color: white;
}
#steps ul li a .step:hover {
    border-color: #fff;
    border: 1px dotted;
    color: white;
    background: #f67062;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiNGRkZGRkYiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjRkZGRkZGIj4gICAgICAgIDxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjEiPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiICAgICAgICAgICAgICAgIGJlZ2luPSIwcyIgZHVyPSIyLjVzIiAgICAgICAgICAgICAgICB2YWx1ZXM9IjE7IDIwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4xNjUsIDAuODQsIDAuNDQsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMi41cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgICAgICA8L2NpcmNsZT4gICAgICAgIDxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjEiPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiICAgICAgICAgICAgICAgIGJlZ2luPSItMC45cyIgZHVyPSIyLjVzIiAgICAgICAgICAgICAgICB2YWx1ZXM9IjE7IDIwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4xNjUsIDAuODQsIDAuNDQsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMi41cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgICAgICA8L2NpcmNsZT4gICAgPC9nPjwvc3ZnPg==) no-repeat 50% 50%;
}

#steps .step {
  width: 80px;
  height: 80px;
  border: 1px solid;
  border-radius: 50%;
  line-height: 70px;
  font-size: 40px;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3),0 1px 1px rgba(0,0,0,0.075);
  float: right;
    border-color: #E83E2D;
    color: white;
    background: #f67062;
    background-image: linear-gradient(to bottom,#f67062 0,#E83E2D 100%);
}
#steps .step:nth-child(n+2) {
  margin: 0 0 0 100px;
  transform: translate(0, -4px);
}
#steps .step:before {
  height: 0px;
  display: block;
  background-color: #eee;
  position: absolute;
  content: '';
  border-radius: 5px;
  right: 80px;
  left: 0;
  top: 50%;
  opacity:0.5;
    background: linear-gradient(to right, #E83E2D 0%, #418AC9 100%);
}

@media (min-width: 576px) {
#steps .step:before {
  height: 4px;
}
}
@media (min-width: 768px) {
#steps .step:before {
  height: 4px;
}
}
@media (min-width: 992px) {
#steps .step:before {
  height: 4px;
}
}
@media (min-width: 1200px) {
#steps .step:before {
  height: 4px;
}
}
#steps .step:after {
  display: block;
  transform: translate(-90px, 30px);
  color: #fff;
  content: attr(data-desc);
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  min-width: 250px;
}
#steps .step.active {
  border-color: #E83E2D;
    color: white;
    background: #f67062;
    background-image: linear-gradient(to bottom,#f67062 0,#E83E2D 100%);
}
#steps .step.active:before {
  background: linear-gradient(to right, #E83E2D 0%, #418AC9 100%);
}
#steps .step.active:after {
  color: #fff;
  font-weight: 600;
}
#steps .step.done {
  background-color: #58bb58;
  border-color: #469F46;
  color: white;
  background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
}
#steps .step.done:after{
  color: #469F46;
}
#steps .step.done:before {
  background-color: #58bb58;
}
#steps .step .icon-valid{
  width: 16px;
  height: 16px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAu0lEQVQ4T6WTURHCMBBEdxWABCRUAkjAAShBCpWCBOoACXGwzGWazpEmIYV833vZ3F2IPw9/4SUNJJ/GbhZIugC4AxhJXjcJHJyCj92CAmySqUtQgwEco2AuuAE4p+akjE2YDMwKAoBTknyD4xQkGbRz44wSAMPcbT/pKcYmrSYeE1jhoyDZZzuygpc9qEiaNy8JXLNKSeKo8tje/DHGQpImXFxlJ3m1bl49wceSdAAQfLdrn65rE1s/9g2UFVqH6GtSAwAAAABJRU5ErkJggg==');
  display: block;
  margin: 10px auto;
}
#steps .pulse::before{
  content: '';
  position: absolute;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiNGRkZGRkYiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjRkZGRkZGIj4gICAgICAgIDxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjEiPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiICAgICAgICAgICAgICAgIGJlZ2luPSIwcyIgZHVyPSIyLjVzIiAgICAgICAgICAgICAgICB2YWx1ZXM9IjE7IDIwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4xNjUsIDAuODQsIDAuNDQsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMi41cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgICAgICA8L2NpcmNsZT4gICAgICAgIDxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjEiPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiICAgICAgICAgICAgICAgIGJlZ2luPSItMC45cyIgZHVyPSIyLjVzIiAgICAgICAgICAgICAgICB2YWx1ZXM9IjE7IDIwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4xNjUsIDAuODQsIDAuNDQsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMi41cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAwIiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIgICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+ICAgICAgICA8L2NpcmNsZT4gICAgPC9nPjwvc3ZnPg==) no-repeat 50% 50%;
  width: 84px;
  height: 84px;
  top: 0;
  right: 0;
  margin: -2px -2px 0 0;
  opacity: 0.5;
}

.accreditation {
    background-color: #fff;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
  justify-content: center;
  align-items: center;
    margin:10px
}
.accreditation img {
    max-width:120px
}

.modal-body ul {
    display: block !important;
    padding-bottom: 30px !important;
}
.modal-body ul li {
    width: 100% !important;
    display: block !important;
}
.modal-header img {
    width: 80px;
}

/* Toggle */
.toggle-menu {
	position: fixed;
    right: 25px;
    top: 25px;
	font-weight: 400;
	color: #fff;
    z-index:1300
}
header.inverted p {
  color: #fff;
}
header.inverted span {
  background-color: #fff !important;
}
@media (min-width: 576px) {
header.inverted p {
  color: #fff;
}
header.inverted span {
  background-color: #fff !important;
}
}
@media (min-width: 768px) {
header.inverted p {
  color: #fff;
}
header.inverted span {
  background-color: #fff !important;
}
}
@media (min-width: 992px) {
header.inverted p {
  color: #c0145e;
}
header.inverted span {
  background-color: #c0145e !important;
}
}
@media (min-width: 1200px) {
header.inverted p {
  color: #cb0538;
}
header.inverted span {
  background-color: #c0145e !important;
}
}

.toggle-menu-navy {
    color: #002234
}
.toggle-menu header p {
	float:left
}
.toggle-socials {
	position: absolute;
    right: 40px;
    bottom: 45px;
    color: #fff;
}
.toggle-socials ul {
    list-style-type: none;
}
.toggle-socials ul li {
    display:inline;
    padding:0.5rem;
    font-size:1.5rem
}
.toggle-socials ul li a:hover {
    color: rgba(255,255,255, 0.5);
}
.footer-socials {
	color: #fff;
}
.footer-socials ul {
    list-style-type: none;
    padding-left:0;
}
.footer-socials ul li {
    display:inline;
    padding-right:0.5rem;
    font-size:1rem
}
.footer-socials ul li a:hover {
    color: rgba(255,255,255, 0.5);
}
.row .three{
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;
}

.hamburger .line{
  width: 50px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 7px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) and (min-width: 992px) { 
.hamburger .line{
  background-color: #fff;
}
}

.line-navy {
  background-color: #002234 !important;
}
.hamburger:hover{
  cursor: pointer;
}

/* ELEVEN */

#hamburger-11{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active{
  animation: smallbig 0.6s forwards;
}

@keyframes smallbig{
  0%, 100%{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50%{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1){
  -webkit-transform: translateY(14px) translateX(4px) rotate(45deg);
  -ms-transform: translateY(14px) translateX(4px) rotate(45deg);
  -o-transform: translateY(14px) translateX(4px) rotate(45deg);
  transform: translateY(14px) translateX(4px) rotate(45deg);
	width:46px !important;
    background-color: #fff !important
}

#hamburger-11.is-active .line:nth-child(3){
  -webkit-transform: translateY(-5px) rotate(-45deg);
  -ms-transform: translateY(-5px) rotate(-45deg);
  -o-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
	width:46px !important;
    background-color: #fff !important
}

/* Insights */
.column {
	display: inline-block;
	text-align: center;
}
.column img {
	display: block;
	width: 100%;
	height: 300px;
}

/*With Simple Caption*/
.column#caption {
	position: relative;
}
.column#caption .text {
		position: absolute;		
    	top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 10;
    	opacity: 0;
    	transition: all 0.8s ease;			
}
.column#caption .text h1 {		
		margin: 0;		
		color: white;
		font-weight:500;
	font-size: 1.5rem;
}
.column#caption .text p {		
		margin: 0;		
		color: white;
		font-weight:300;
	font-size: 1rem;
}
.column#caption:hover .text {
	opacity: 1;
	
}
.column#caption:hover img {
	-webkit-filter: sepia(90%);
}