/*CSS file for custom site navigation*/ 
.navbar-wrapper{width:100%;top:0;z-index:1}.navbar-wrapper>.container{width:100%}.navbar-wrapper #logo{margin:10px 0 0 10px;width:250px;height:100px;display:inline-block;float:left}.nav-items{font-family:"Effra regular","Helvetica Neue",Helvetica,Arial,sans-serif;height:50px;margin:75px 30px 0 10px;display:inline-block;position:relative;float:right;font-size:21px;color:#fff;text-align:center}.nav-items a.contact{border-radius:10px;background:#009d81;padding:5px 20px;margin:0;height:30px}.nav-items a.contact:hover{text-decoration:none;background-color:#35b296;font-weight:100;color:#fff}.nav-items ul{list-style-type:none;margin:0;padding:0}.nav-items li{float:left;text-align:center}.nav-items li a{color:#fff;padding-bottom:10px;margin-right:60px;text-decoration:none;text-align:center}.nav-items li a:hover{color:#009d81}.nav-items a.selected{border-bottom:2px #009d81 solid}.logo{background:url(/img/im-logo.svg);background-repeat:no-repeat}.logo-scrolled{background:url(/img/im-logo-grey.svg);background-repeat:no-repeat}.mobile-nav-items{display:block;padding-left:50px;padding-top:100px;width:100%;min-height:550px;position:absolute;z-index:1;background-color:#000;top:-550px;right:0;opacity:.95;filter:alpha(opacity=95);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}.mobile-nav-items ul{list-style-type:none;margin:0;padding:0}.mobile-nav-items li{text-align:left;padding-bottom:35px}.mobile-nav-items li a{display:block;color:#fff;text-align:left;text-decoration:none;font-size:30px}.mobile-nav-items li a:hover{text-decoration:underline}.nav-icon{width:60px;height:50px;margin:45px 20px 0 10px;position:relative;float:right;background-color:#009d81;z-index:2;display:none}#nav-icon1{margin:10px;display:inline-block;width:40px;height:25px;position:relative;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer}#nav-icon1 span{display:inline-block;position:absolute;height:3px;width:100%;background:#FFF;opacity:1;left:0;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}#nav-icon1 span:nth-child(1){top:0}#nav-icon1 span:nth-child(2){top:12px}#nav-icon1 span:nth-child(3){top:24px}#nav-icon1.open span:nth-child(1){top:12px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-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:12px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg)}@media (max-width:544px){.navbar-wrapper #logo{margin:5px 0 0 5px;width:180px;height:70px;display:inline-block;float:left}.logo{background:url(/img/im-logo-sml.svg) no-repeat}.nav-icon{width:40px;height:40px;margin:15px 10px 0 0}#nav-icon1{width:24px;height:18px;margin:10px 0 0 8px}#nav-icon1 span{height:2px;width:100%}#nav-icon1 span:nth-child(1){top:0}#nav-icon1 span:nth-child(2),#nav-icon1.open span:nth-child(1){top:8px}#nav-icon1 span:nth-child(3){top:16px}#nav-icon1.open span:nth-child(2){opacity:0;left:-60px}#nav-icon1.open span:nth-child(3){top:8px}}@media (max-width:768px){#nav{display:none}#mobile-nav .nav-icon{display:block}.nav-icon{display:inline-block}.mobile-nav-items.open{top:0}}