:root {
	--default-header: 'CMG Sans', 'Open Sans', sans-serif;
	
}
/* Default Styles
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}
body, html {
	background: white;
}

audio,
canvas,
progress,
video {
    display: inline-block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover,
a:visited:hover,
a:active:hover {
    text-decoration: none;
    outline-width: 0
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}
a.green-btn,
a.green-btn:visited {
	background: #181818;
	padding: 12px;
	color: white;
	text-transform: uppercase;
	transition: all .7s;
	text-decoration: none;
	
}
a.green-btn:hover {
	background: #0b8776;
}
	
	a.black-btn,
	a.black-btn:visited {
		background: #353535;
		padding: 12px;
		color: white;
		text-transform: uppercase;
		transition: all .7s;
		text-decoration: none;
		
	}
	a.black-btn:hover {
		background: #444444;
	}
		a.white-btn,
		a.white-btn:visited {
			background: #f2f2f2;
			padding: 12px;
			color: #444444;
			text-transform: uppercase;
			transition: all .7s;
			text-decoration: none;
			
		}
		a.white-btn:hover {
			background: #f4f4f4;
		}
			a.charcoal-btn,
			a.charcoal-btn:visited {
				color: #b2b2b2;
				text-transform: capitalize;
				transition: all .7s;
				text-decoration: none;
				
			}
			a.charcoal-btn:hover {
				color: #0a8f7d;
			}		
		


optgroup {
    font-weight: bold
}

button,
input {
    overflow: visible
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

  *, *:before, *:after {
    box-sizing: inherit;
  }
  /* Page Layout & Utility
   ========================================================================== */

body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  background: #353535;
  -ms-font-feature-settings: 'liga' 1, 'kern';
   -o-font-feature-settings: 'liga' 1, 'kern'; /* FF old */
      font-feature-settings: 'liga' 1, 'kern';
}

.main-container {
  position: relative;
  width: 100%;
/*   min-width: 1024px; */
  height: 100%;
  min-height: 400px;
  padding: 0;
  margin: 0 auto;
  font-family: var(--default-header);
  font-size: 10px;
  font-weight: 400;
  color: #65615c;
}

.wide {
  position: relative;
  width: 100%;
/*   min-width: 1024px; */
  padding: 0;
  margin: 0 auto;
}
	#top-banner{
		position: absolute;
		display:block;
		width:100%;
		margin:0;
		padding:4px 10px;
		text-align:center;
		color:#ffffff;
		z-index:100;
		/* background-color:#4c9ba6; */
    background-color: #18a18d;
		font-size: 13px;
	
		
	}

.container {
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}


.mobile {
  display: none !important;
}

@media (max-width: 1024px) {
  .wide, .main-container {
    width: 100%;
    min-width: 0;
  }
  #footer p {
	  line-height: 63px;
	  display: inline-block;
  }

  .container {
    width: 540px;
  }
  .phone {
	display: none;
}
  
}

@media (max-width: 576px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*  Header
   ========================================================================== */

.primary {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  background-color: #fff;
  z-index: 3000;
}

.primary.scrolled {
	padding: 0px 0px;
}

.primary > .container {
  width: 90%;
  overflow: visible;
  display: table;
  vertical-align: middle;
}

#logo {
  display: table-cell;
  width: 30%;
  transition: .25s ease-out;
  line-height: 1;
  vertical-align: middle;
}

#logo a {
  display: block;
}

#logo img {
  max-width: 400px;
  max-height: 100px;
  height: auto;
  transition: all .7s;
}

.primary.scrolled #logo img {
	  max-height: 50px;
}


@media (max-width: 1024px) {
  .primary {
    padding: 0;
    display: block;
  }
  
  .primary > .container {
    display: block;
    width: 100%;
    padding: 0;
  }
  
  #logo {
    float: left;
    display: block;
    margin-left: 2%;
    padding: 8px 0;
    width: 70%;
    max-width: 300px;
  }
}
  
/*  Navigation
   ========================================================================== */

#menu {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.navigation {
  position: relative;
/*   width: 70%; */
  display: table-cell;
  vertical-align: middle;
  z-index: 100;
  text-align: right;
}

.navigation ul {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 0;
  zoom: .8;
}

.navigation ul li {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  margin-left: 8px;
}

.navigation ul li a {
  position: relative;
  display: block;
  padding: 8px 14px;
  margin: 0;
  color: #413d3a;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  text-align: left;
  transition:.12s cubic-bezier(.4,0,.2,1);
}


.navigation ul li a:hover,
.navigation ul li a:focus,
.navigation ul li a.active,
.navigation ul li a.active:hover {
  color: #0a8f7d;
}

@media (max-width: 1024px) {
  /*
   * Menu Button
   */

  #menu {
    position: relative;
    float: right;
    z-index: 201;
    font: inherit;
      display: block;
      overflow: visible;
      margin: 0;
      padding: 29px 20px;
      cursor: pointer;
      transition-timing-function: linear;
      transition-duration: .15s;
      transition-property: opacity,-webkit-filter;
      transition-property: opacity,filter;
      transition-property: opacity,filter,-webkit-filter;
      text-transform: none;
      color: inherit;
      border: 0;
      background-color: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }
  #menu:focus,
  #menu:active {
    outline: 0;
  }

  .menu-bars {
    position: relative;
      display: block;
      width: 30px;
      height: 20px;
  }

  .menu-bar {
    display: block;
    top: 50%;
    margin-top: -1px;
  }
  .menu-bar,
  .menu-bar::before,
  .menu-bar::after {
      width: 30px;
      height: 2px;
      background-color: white;;
      border-radius: 4px;
      position: absolute;
      transition-property: transform;
      transition-duration: 0.15s;
      transition-timing-function: ease;
  }
  .menu-bar::before,
  .menu-bar::after {
    content: "";
    display: block;
  }
  .menu-bar::before {
    top: -8px;
  }
  .menu-bar::after {
    bottom: -8px;
  }
  span.ico-arrow-down,
   span.ico-arrow-up  {
    font-family: "ValleyBrook";
}

  /*
   * Menu Animation
   */
   
  #menu.active {
    background-color: transparent;
  }
  
  .active .menu-bar,
  .active .menu-bar::before,
  .active .menu-bar::after {
      background-color: #fff;
  }
  
  .menu-bar {
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .menu-bar::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }
  
  .menu-bar::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .active .menu-bar {
    transform: rotate(45deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  
  .active .menu-bar::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  }
  
  .active .menu-bar::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .navigation {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 0px;
    float: none;
    background-color: #585858;
    transition: 0.4s ease-out;
    overflow: hidden;
  }

  .navigation ul {
    height: auto;
    width: 100%;
  }
  
  .navigation ul .left,
  .navigation ul .right {
    float: none;
    width: 100%;
    display: block; 
  }

  .navigation ul li {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
    padding: 10px 0px!important;
  }

  .navigation ul li a {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
    padding: 12px 3%;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  
  .navigation ul li a:hover,
  .navigation ul li a:focus,
  .navigation ul li a.active,
  .navigation ul li a.active:hover {
    color: #fff;
  }
}


/*  General Content Styles
   ========================================================================== */

.hero {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

#content .cb-body img {
  max-width: 100%;
  height: auto;
}

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

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

.text-justify {
  text-align: justify !important;
}
  

/*  Footer
   ========================================================================== */

.site-footer {
  background: #2e2e2e;
  color: #fff;
  overflow: hidden;
  padding: 0;
}

.footer-row {
  margin: 5em auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
          flex-flow: row;
  -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.footer-column {
  font-size: 1.4em;
  line-height: 1.6;
}

.footer-column p {
  margin: .2em 0;
}

.footer-column a:not(.button) {
  color: #fff;
}

.footer-column strong {
  font-size: 1.14em;
}

.footer-column strong,
.footer-column strong a {
  color: #dea92c !important;
  font-weight: 600;
}

.footer-column a:not(.button):not(.social-link):hover {
  text-decoration: underline;
}

.footer-column a.button {
  font-size: 14px;
  margin: 1em 0;
}

#search {
  position: relative;
  width: 283px;
  margin: 0;
  display: none;
}

.search-input {
  position: relative;
  width: 100%;
  padding: 8px 48px 8px 8px;
  font-size: 16px;
  line-height: 16px;
  background: #404140;
  color: #fff;
  outline: 0;
  box-sizing: border-box;
}

.search-btn,
.search-input {
  margin: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  background: #212224;
  color: #dea92c;
  font-size: 13px;
}

.footer-info {
  background: #212224;
  padding: 2em 0;
}

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

.footer-copyright p {
  display: inline-block;
  margin: 10px 0 0 50px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  color: #acacac;
  vertical-align: middle;
  text-transform: uppercase;
}

.footer-copyright a,.footer-copyright a:visited{
  color: #acacac;
  text-decoration: underline;
} 
#bottom {
	background: #2c2c2c;
}
#bottom .container {
			padding: 99px 0;
			overflow: hidden;
		}
		#footer .container {
			padding: 23px 0;
		}
			#sitemap {
				position: relative;
				width: 660px;
				min-height: 10px;
				float: left;
				overflow: hidden;
			}
			
				#sitemap .col {
					position: relative;
					float: left;
					width: 30%;
					margin: 0 5% 0 0;
					padding: 0;
					font-family: var(--default-header);
					font-size: 13px;
					line-height: 20px;
					color: #b2b2b2;
				}
				
						#sitemap .col a {
							color: #b2b2b2;
							transition: color .3s;
						}
						
							#sitemap .col a:hover {
								color: #181818;
							}
				
					#sitemap .col.last {
						margin: 0;
					}
	
			#social{
				float: right;
				overflow: hidden;
			}
			
				.social {
					position: relative;
					display: block;
					float: left;
					width: 26px;
					height: 24px;
					padding: 12px 11px;
					border-radius:         100%;
					-webkit-border-radius: 100%;
					-moz-border-radius:    100%;
					font-size: 24px;
					line-height: 26px;
					border: 2px solid #747474;
					text-align: center;
					margin: 0 0 0 8px;
				}
				
					.social:hover {
						background: red;
						border-color: red;
					}
					
					.social span {
						color: #b2b2b2;
					}
					
						.social:hover span {
							color: #2c2c2c;
						}
						
						
		#search { 
		     position: relative;
		     margin: 20px 0 0 0;
		     float: right;
		     text-align: right;
		     clear: right;
		}
		
		    #search form {
		         z-index: 200;
				 background: #444444;
				 -webkit-border-radius: 8px;
				 -moz-border-radius: 8px;
				 border-radius: 8px;
				 overflow: hidden;
				 padding: 7.7px;
		    }
		
		    #search form #input {
		    	position: relative;
		    	width: 100%;
		         margin: 0px 55px 0 0;
		         padding: 15px 15px 15px 15px;
		         height:15px; 
		         width:210px;
		         border:none;
		         background:transparent;
		         text-transform:uppercase;
		         color:#FFFFFF;
		         display: block;
		    }
		
		    #search_btn {
		         position: absolute;
		         right:0px;
		         top: 0px;
		         z-index: 200;
		    }			
		    
			#search input:focus {
					outline: none;
				}
		
								
	#footer {
		position: relative;
		margin: 0 auto;
		clear: both;
		background: #444444;
	}
	
		#footer p {
			font-family: "Arial";
			font-size: 10px;
			color: white;
			text-align: center;
			margin-top: -10px;
			display: inline;
			text-transform: uppercase;
			line-height: 19px;
		}
		
		#footer p a:link, #footer p a:visited {
			color: white;
			text-decoration: underline;
		}
		#footer img {
			padding-right: 20px;
			position: relative;
			top: 7px;
			display: none;
		}
		
		#footer p a:hover, #footer p a:active {
			color: #2c646f;
			text-decoration: underline;
		}
#bottom #social .home-icons {
	color: #b2b2b2;
	padding: 7px 10px;
}

#bottom #social a:hover {
	color: white;
	border-color: white;
}
#search {
	position: relative;
    margin: 20px 0 0 0;
    float: right;
    text-align: right;
    clear: right;
}
#mainContainer h3.cb-header {
  font-family: font-family: var(--default-header);
  font-weight: 700;			
}


 #bottom .x-twitter {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='19' height='17.17336' viewBox='0 0 19 17.17336'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23b2b2b2; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath id='Icon_simple-x' data-name='Icon simple-x' class='cls-1' d='M14.96303,0h2.91333l-6.365,7.27489,7.48864,9.89847h-5.86308l-4.59167-6.004-5.25508,6.004H.37525l6.80833-7.78208L0,.00053h6.01192l4.15097,5.48889L14.96303,0ZM13.94125,15.43011h1.61447L5.13475,1.65194h-1.73217l10.53867,13.77817Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 15px;
 background-position: center;
 transition: .2s;
}
#bottom .x-twitter:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='19' height='17.17336' viewBox='0 0 19 17.17336'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath id='Icon_simple-x' data-name='Icon simple-x' class='cls-1' d='M14.96303,0h2.91333l-6.365,7.27489,7.48864,9.89847h-5.86308l-4.59167-6.004-5.25508,6.004H.37525l6.80833-7.78208L0,.00053h6.01192l4.15097,5.48889L14.96303,0ZM13.94125,15.43011h1.61447L5.13475,1.65194h-1.73217l10.53867,13.77817Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 15px;
 background-position: center;
 transition: .2s;
}
.x-twitter .ico-twitter:before {

  color: transparent
}

.site-header div#social .home-icons.x-twitter {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='19' height='17.17336' viewBox='0 0 19 17.17336'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath id='Icon_simple-x' data-name='Icon simple-x' class='cls-1' d='M14.96303,0h2.91333l-6.365,7.27489,7.48864,9.89847h-5.86308l-4.59167-6.004-5.25508,6.004H.37525l6.80833-7.78208L0,.00053h6.01192l4.15097,5.48889L14.96303,0ZM13.94125,15.43011h1.61447L5.13475,1.65194h-1.73217l10.53867,13.77817Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 15px;
 background-position: center;
 transition: .2s;
}
.site-header div#social .home-icons.x-twitter:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' width='19' height='17.17336' viewBox='0 0 19 17.17336'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23181818; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath id='Icon_simple-x' data-name='Icon simple-x' class='cls-1' d='M14.96303,0h2.91333l-6.365,7.27489,7.48864,9.89847h-5.86308l-4.59167-6.004-5.25508,6.004H.37525l6.80833-7.78208L0,.00053h6.01192l4.15097,5.48889L14.96303,0ZM13.94125,15.43011h1.61447L5.13475,1.65194h-1.73217l10.53867,13.77817Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 15px;
 background-position: center;
 transition: .2s;
}




@media (max-width: 640px) {
	
div.site-header div#social {
	top: unset;
	right: unset;
	left: 0;
	bottom: 0;
	flex-direction: row;
	width: 100%;	
}	
.primary.scrolled #logo img {
    max-height: 50px;
    top: 10px;
    position: relative;
}

div.site-header div#social .home-icons {
	margin: 5px 5%;	
}

  #logo {
	opacity: 1!important;
	left: 10px!important;	
}
#sitemap .col:first-child {
		padding-bottom: 0;
	}
	#footer {
		padding-bottom: 30px;
	}
  .footer-row {
    -ms-flex-flow: column;
        -webkit-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }

  .footer-column {
    margin: 1em 0;
    font-size: 1.4em;
    line-height: 2;
  }

  #search {
    width: 100%;
  }


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

  .footer-copyright p {
    display: block;
    margin: 20px auto;
  }

div.media-content {
	padding-bottom: 40px;
}
   #social {
	overflow: hidden;
    text-align: center;
    float: left;
    position: relative;
    left: 50%;
    padding-bottom: 20px;
    transform: translate(-50%);
}
#search {
	width: 95%;
    position: relative;
    float: left;
    left: 50%;
    transform: translate(-50%);
}
#sitemap {
	width: 100%;
	text-align: center;
}
#sitemap .col {
	width: 100%;
	padding-bottom: 40px;
}
#bottom .container {
	padding:  20px;
}
}
@media (max-width: 1024px) {
  #footer p {
	  line-height: 63px;
	  display: inline-block;
  }
  }
  /*------- MEDIA SECTION -------*/

#media {
	width: 100%;
	background: white;
	min-height: 650px;
	background-image: url('/images/layouts/media-print.png');
	background-position: right center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.phone {
	position: absolute;
	bottom: -249px;
	right: 10%;
	background: url('/images/layouts/media-phone.png');
	
}
.media-content h1 {
	text-align: left;
	color: #181818;
	font-size: 45px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-family: var(--default-header);
}
.media-content p {
	color: #3c3c3c;
	font-size: 15px;
	line-height: 25px;
	padding: 0px;
}
.media-content {
	padding-top: 200px;
}
.media-content a {
	text-decoration: none;
	border-bottom: 1px solid gray;
	color: gray;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	transition: all .3s;
	padding-top: 20px;
	display: inline-block;
}
span.ico-triangle {
	font-size: 19px; 
	color: gray; 
	vertical-align: text-bottom;
	margin-right: 10px;
	margin-left: -5px;
}
.media-content a:hover   {
	color: #181818;
	border-color: #181818;
}

.black-triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 8.5px 0 8.5px;
	border-color: black transparent transparent transparent;
	margin-top: 10px;
	transition: all .3s;
	transform: rotate(90deg);
}
.mobile-location {
	display: none;
}
.phone {
	position: absolute;
	bottom: -249px;
	right: 10%;
	background: url('/images/layouts/media-phone.png');
	
}

.site-header div#social {
    background: black;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 60%;
    left: unset;
    z-index: 4444;
    transform: unset;
}

.site-header div#social .home-icons {
    font-size: 22px;
    display: inline-block;
    position: relative;
    width: 24px;
    text-align: center;
    height: 24px;
    padding: 0;
    margin-right:0;
    margin: 5px 0px;
    color: white;
    text-decoration: none;
    transition: all .7s;
    border: 0px solid #b2b2b2;
    border-radius: 100%;
}

.site-header div#social .home-icons:hover {
    color: #181818;

}
header.primary.top {
	top:0;
	margin-top: 0!important;
}
