@charset "utf-8";
/* CSS Document */

/* Site links desktop- first

====================================== */

.site-links {
    background-color: #f7f7f7;
    color: #00414a;
    text-align: center;
    padding:20px  0;
	clear:  both; 
	float: none;
}

.toggle-wrapper {
	width: 100%;
	background: #ebebeb;
	padding: 20px 0;
	cursor: pointer;
}
.site-links h3 {
	text-align: left;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	color: #00414a;
	font-weight: normal;
}

.links-tbl {
    max-width: 1200px !important;
    margin: 20px auto 0 auto;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.links-tbl > table {
	padding: 0;
}

.links-tbl table table:last-child{
	margin-bottom: 10px;
}


.links-tbl td {
    font-size: 1em;
    width: 24.75%;
    display: inline-block;
    text-align: left;
    padding: 0;
	box-sizing: border-box;
	padding-bottom: 10px;
	   font-family:"WorkSans-Medium", Arial, sans-serif;
    color: #000000;
}

@-moz-document url-prefix() { 
  .links-tbl td {
      width: 24.5%;
  }
}

.links-tbl > tbody > tr > td:not(*:root) {
	width: 25%;
}

.links-tbl td a {
    color: #000000;
    text-decoration: none;
}
.links-tbl td a:hover {
    text-decoration: underline;
}
.links-tbl td table th {
    font-size: 1.25em;
    font-family:"WorkSans-Medium", Arial, sans-serif;
    font-weight: normal;
    color: #00414a;
    padding: 2% 0;
    border-bottom: none;
}

.links-tbl td table td {
    font-size: 1em;
    width: 100%;
    text-align: left;
    padding: 2% 0;
	line-height: 1.5em;
}
.site-links p:last-child {
    display: none;
}

.site-links h3:after,
    .site-links h3.active:after {
        font-size: 20px;
		line-height: 1.4em;
        display: inline-block;
        font-weight: bold;
        vertical-align: middle;
        margin-left: 8px;
    }
    .site-links h3:after {
        content: "\e903";
        color: #00414a;
    }
    .site-links h3.active:after {
        content: "\e900";
    }
    .site-links h3.active {
        color: #00414a;
        width: 100%;
        font-weight: normal;
    }

@media all and (max-width: 1320px) {
	.toggle-wrapper {
		padding: 20px;
		box-sizing: border-box;
	}
	.links-tbl > tbody > tr > td:nth-child(2), .links-tbl > tbody > tr > td:nth-child(3), .links-tbl > tbody > tr > td:nth-child(4){
		padding-left: 0;
	}
	
	.links-tbl > tbody > tr > td:first-child {
		padding-left: 20px;
	}
	
	.links-tbl > td {
    	width: 24.5%;
	}
	.links-tbl > tbody > tr > td:not(*:root) {
		width: 25%;
	}
	
}
@media all and (max-width: 1200px) {
	.links-tbl {
		 margin: 20px 20px 0 20px;
	}
}
@media all and (max-width: 1023px) {
	
    .site-links h3 {
        margin: 0;
        width: 100%;
        font-size: 20px;
        font-weight: normal;
        -webkit-transition: background-color ease 0.3s;
        -moz-transition: background-color ease 0.3s;
        -o-transition: background-color ease 0.3s;
        transition: background-color ease 0.3s;
        z-index: 999;
        cursor: pointer;
    }
    
    .links-tbl {
        margin: 20px;
		background-color: #ebebeb;
		padding: 0 0 20px 0;
		box-sizing: border-box;
		
    }
}

@media all and (max-width: 640px) {
	.links-tbl td {
        width: 46%;
    }
	.links-tbl > tbody > tr > td:first-child {
    padding-left: 20px;
}
	.links-tbl > td {
    	width: 50%;
		padding-left: 20px;
	}
	.links-tbl > tbody > tr > td:not(*:root) {
		width: 50%;
		padding-left: 20px;
	}
	
	.links-tbl {
    	margin: 20px auto 0 auto;
	}
	
	 .site-links h3:after {
        content: "\e903";
        color: #00414a;
    }
    .site-links h3.active:after {
        content: "\e900";
    }
}
@media all and (max-width: 415px) {
	    .links-tbl td {
        width: auto;
        display: block;
        text-align: center;
        font-size: 1.1em;
        padding: 15px 20px;
    }
    .links-tbl td table th {
        font-size: 1.2em;
    }
    .links-tbl td table td {
        font-size: 1.1em;
    }
	
	.links-tbl > td {
    	width: 100%;
		padding-left: 0;
	}
	.links-tbl > tbody > tr > td:not(*:root) {
		width: 100%;
		padding-left: 0;
	}
}



/*social Links */

.social {
    text-align: center;
    padding: 0;
	clear:  both; 
	float: none;
	width: 100%;
	background: #ebebeb;
	position: relative;
}

.social-wrapper {
	max-width: 1200px !important;
	padding: 20px 20px;
	cursor: pointer;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0 auto;
}
.social-wrapper li {
	list-style: none;
    display: inline-block;
    width: 30px;
    margin: 0;
    height: 30px;
    line-height: 30px;
    top: 2px;
    position: relative;
    padding: 0 15px;
}
.social-wrapper li a {
    display: inline-block;
}

.social-wrapper img {
    width: auto;
    height: 50px;
}

@media all and (max-width: 1023px) {
	.social {
		top: -20px;
		background: #ebebeb;
	}
}


