/*Header CSS*/

@font-face{
	font-family:"woodycon";
	src:url("fonts/woodycon.eot");
	src:url("fonts/woodycon.eot") format("eot"),
	url("fonts/woodycon.woff") format("woff"),
	url("fonts/woodycon.ttf") format("truetype"),
	url("fonts/woodycon.svg") format("svg");
	font-weight:normal;
	font-style:normal
}

.header
{
	height: 85px;
}
.header .header__wrapper {
    background-color: #000;
    height: 85px;
    width: 100%;
    z-index: 900;
    top: 0;
    transition: opacity 0.3s ease-in-out;
    font-feature-settings: "kern","liga","pnum";
    -webkit-font-smoothing: antialiased;
    color: #333;
    font-family: "Avenir LT W01_65 Medium1475532","Arial",sans-serif;
    font-size: 1em;
}

.header a {
    color: white;
    text-decoration: none;
}
.header .header__logo {
    float: left;
    max-height: 85px;
    position: relative;
    z-index: 1001;
}
.header .header__logo img {
    max-height: 85px;
}
.header .header__menu {
    cursor: pointer;
    height: 85px;
    width: 85px;
    position: absolute;
    top: 0;
    right: 0;
}
.header .header__tools {
    float: left;
    color: white;
    font-size: 4em;
    height: 85px;
    line-height: 85px;
    width: 85px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.header .header__menu span,.header .header__menu span:before,.header .header__menu span:after {
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 35px;
    background: white;
    position: absolute;
    display: block;
    content: '';
}

.header .header__menu span {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
}

.header .header__menu span:before {
    top: -10px;
}
.header .header__menu span:after {
    bottom: -10px;
}
.icon-utility-search:before {
    content: "\E0AA";
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    display: inline-block;
    font-family: "woodycon";
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
}

/*Footer CSS*/

/*Footer Font*/

@font-face{
font-family:"Avenir LT W01_65 Medium1475532";
src:url("fonts/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot");
src:url("fonts/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot") format("eot"),
url("fonts/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2") format("woff2"),
url("fonts/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format("woff"),
url("fonts/25f994de-d13f-4a5d-a82b-bf925a1e054d.ttf") format("truetype"),
url("fonts/3604edbd-784e-4ca7-b978-18836469c62d.svg#3604edbd-784e-4ca7-b978-18836469c62d") format("svg")
}

.footer a, .footer p {
    color: white;
    text-decoration: none;
}
.footer .footer__signup {
    padding: 7em 2em;
    background: #0c2450;
    text-align: center;
    color: white;
    display: block;
    transition: background 0.2s ease-in-out;
    font-family: "Avenir LT W01_65 Medium1475532","Arial",sans-serif;
}

@media screen and (min-width: 48.125em)
{
	.footer .footer__signup p 
	{
    float: left;
     }
    .footer .footer__signup span 
     {
    padding-top: 0;
    float: right;
     }
     .footer .footer__pages 
     {
    float: left;
    text-align: left;
    width: 35%;
     }
     .footer li {
       text-align: left;
       }
      .footer .footer__partners {
    text-align: left;
    float: left;
    width: 66.66667%;
      }
      .footer .footer__partners
      {
      	margin-top: 5em;
      }
      .footer .footer__partners li {
	    padding: 0 2em 0 0;
	    display: inline-block;
	    font-family: "Avenir LT W01_65 Medium1475532","Arial",sans-serif;
      }
      
}

.footer .footer__signup p {
    margin: 0;
    font-size: 1.8em;
}

.footer .footer__signup span {
    display: inline-block;
    font-family: "Avenir LT W01_65 Medium1475532","Arial",sans-serif;
    border-bottom: 1px solid white;
    font-size: 1.7em;
}
.footer
{
	box-sizing:border-box;
}

.footer .footer__links {
    padding: 4.7em 2em;
    clear: both;
}
.footer h3 {
    font-family: "Avenir LT W01_95 Black1475556","Arial",sans-serif;
    font-size: 1.7em;
    color: white;
    margin-bottom: 1em;
    line-height: 1.2;
    margin: 0 0 .75em;
}
.footer ul
{
	list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: "Avenir LT W01_65 Medium1475532","Arial",sans-serif;
}
.footer a, .footer p {
    color: white;
    text-decoration: none;
    
}
.footer a
{
}
.footer .footer__social {
    float: left;
    text-align: right;
    margin: 7em 0;
    width: 33.33333%;
}
.footer .footer__social .social__links {
    position: relative;
    top: 1em;
}
.footer .footer__social li {
    font-size: 3em;
}
.footer .footer__social .social__links .social li
{
	display: inline-block;
    padding: 0 5px;
}
.footer .footer__other {
    clear: both;
    text-align: center;
    font-size: 16px;
}
.footer {
    clear: both;
    background: #112b5b;
    width: 100%;
    color: #fff;
}
.footer .footer__links li a
{

	font-size: 1.3em;
	line-height: 1.5;
}
.footer__partners img {
    max-height: 75px;
}
.icon-social-facebook:before {
    content: "\E06D";
}
.icon-social-instagram:before {
    content: "\E071";
}
.icon-social-twitter:before {
    content: "\E075";
}
.icon-social-youtube:before {
    content: "\E077";
}
.footer .footer__social .social__message,.footer .footer__social .social__message span,.footer .footer__social .social__links {
    display: inline-block;
}
 .social li
{
	    display: inline-block;
	    padding: 0 5px;
}
.footer__links a:focus, .footer__links a:hover {
    text-decoration: underline;
}