/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***************************************
* START OF MAIN CSS *
****************************************/
body {
    color: #000000;
    /*font-family: "Exo 2",sans-serif;*/
    font-family: "Questrial",sans-serif;
    /*font-family: "Play",sans-serif;*/
    /*font-family: "Istok Web",sans-serif;*/
    /*font-family: "Kanit",sans-serif;*/
    /*font-weight:200;*/
}
header, .content, footer, .section {
    clear: both;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content {
    padding: 0 10px;
}
.section {
    margin-bottom:10px;
}
.section.main {
    margin-right: 10px;
    width: calc(100% - 131px);
}
header, footer {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:20px;
}
.inner, .content-wrapper {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}
.button {
    background: linear-gradient(#f10e2c, #D90D28);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    padding: 5px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.8;
    font-size:0.9rem;
}
.button:hover {
    color: #FFFFFF;
    background: linear-gradient(#f22641, #f10e2c);
    transition:all 0.3s linear;
}
.button.blue {
    background: linear-gradient(#7672c0, #423e8a);
    transition:all 0.3s linear;
}
.button.blue:hover {
    color:#f2f2f2;
    background: linear-gradient(#544fb0, #322f6a);
    transition:all 0.3s linear;
}
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    border: 1px solid #c5c5c5;
    height: 36px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:5px;
    border-radius:0;
    box-shadow:none;
    -webkit-appearance:none;
    background:#FFFFFF;
    width:100%;
    float:left;
}
textarea {
    height:108px;
}
.suggestion-wrapper {
    position: relative;
}
.red-text {
    color:red;
}
a {
    text-decoration:none;
    color:#000000;
    transition:color 0.3s linear;
}
a:hover {
    color: #403b99;
    transition:color 0.3s linear;
}
a.box:hover {
    border: 1px solid #403b99;
    transition:border 0.3s linear;
}
h1, h2, h3, h4, h5 {
    font-size:1.42rem;
    margin-bottom:0.625em;
    color:#403b99;
    text-transform:uppercase;
    font-weight:400;
    float:left;
    width:100%;
}
h2 {
    font-size:1.15rem;
}
h3 {
    font-size:0.9rem;
}
p + h1 {
	margin-top:20px;
}
.main p, .main li {
    font-size: 0.875rem;
    line-height: 1.3;
    /*margin-bottom: 20px;*/
    margin-bottom: 0.5em;
    float:left;
    width:100%;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
ol {
    list-style-type:decimal;
    list-style-position:inside;
}
.bold {
    font-weight:600;
}
.blue-text {
	color:#403b99;
}
.error {
    border: 1px solid red !important;
}
.success {
    background: #71BE63FF none repeat scroll 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    padding: 5px;
}
form.default {
    float: left;
    font-size: 0.8rem;
    margin-top: 1em;
    width: 100%;
}
.ad.horizontal {
	float:right;
	margin-top:10px;
}
.center-test {
    text-align:center;
}
.left {
	float:left;
}
.right {
	float:right;
}

/***************************************
* HEADER *
****************************************/
header .inner {
	height:80px;
}
.logo {
    float: left;
    margin-right: 20px;
}
.no-logo{
	width:140px; 
	float:left; 
	height:90px; 
	display:inline-block;	
}

header .ad {
	float:right;
}

/***************************************
* TOP NAV *
****************************************/
nav.top {
	float:left;
	width:100%;
	/*background:linear-gradient(#005b99, #194f75);*/
	background:linear-gradient(#403b99, #4f4c83);
	/*background:#0013A0;*/
    margin-bottom:10px;
}
nav.top ul li {
    display: inline-block;
    width:20%;
    text-align:center;
}
nav.top ul li a {
	width:100%;
	float:left;
	padding:1.071428571428571em;
	color:#F2F2F2;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1rem; /* 16px */
	transition:background 0.3s linear;
}
nav.top ul li a:hover,
nav.top ul li a.active {
	/*background:linear-gradient(#006bb3, #1b557e);*/
	background:linear-gradient(#4540a5, #575492);
	transition:background 0.3s linear;
}

/***************************************
* FOOTER *
****************************************/
footer {
    background-color: #ebebeb;
    float:left;
    width:100%;
    border-top:1px solid #c5c5c5;
    margin-top:10px;
}
nav.bottom {
    float: left;
    margin-right: 1%;
    width: 50%;
}
nav.bottom ul:first-of-type,
nav.categories ul {
    display: flex;
    flex: 4 1 0;
    flex-wrap: wrap;
}
nav.categories ul {
    flex: 3 1 0;
}
nav.bottom ul:first-of-type li,
nav.categories ul li {
    margin-right: 1%;
    width: 24%;
}
nav.categories ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 32.3%;
    border:none;
    margin-bottom:6px;
}
nav.bottom ul li a:hover,
nav.bottom ul li a.active,
nav.categories ul li a:hover,
nav.categories ul li a.active {
    color: #403b99;
    transition:color 0.3s linear;
}
nav.bottom ul li a, nav.categories ul li a {
    color: #333333;
    font-size: 0.875rem;
    text-decoration: none;
    transition:color 0.3s linear;
}
nav.categories ul li a {
    font-size: 1rem;
}
nav.bottom ul.terms {
	margin-top:20px;
}
nav.bottom ul.terms li {
	display:inline-block;
}
span.copyright {
    font-size: 0.8125rem;
    line-height:1.5;
}

/***************************************
* SEARCH BAR/EMAIL ALERTS *
****************************************/
.search-bar, .email-alerts-wrapper {
    background-color: #ebebeb;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin:0 0 10px 0;
    float:left;
    width:100%;
    border:1px solid #c5c5c5;
}
#search-form, #email-alerts-form {
    float:left;
    width:100%;
}
.search-bar .input-wrapper {
    margin-right: 1.3%;
    width: 29%;
    float:left;
}
.input-wrapper.radius {
    width: 19%;
}
.search-bar .button.submit-form {
	width:19%;
	margin-right:0;
	float:left;
	margin-top:18px;
}
.input-wrapper label {
    clear: both;
    float: left;
    text-transform: uppercase;
    width: 100%;
    margin-bottom:5px;
    font-size:0.875rem;
}
.search-bar .icon, .email-alerts-wrapper .icon {
    border:1px solid #403b99;
    border-right:none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 36px;
    width: 36px;
    background-color: #ffffff;
}
.search-bar .input-wrapper input[type='text'],
.search-bar .input-wrapper select,
.search-bar .input-wrapper .suggestion-wrapper,
.email-alerts-wrapper .input-wrapper input[type='text'],
.email-alerts-wrapper .input-wrapper input[type='email'],
.email-alerts-wrapper  .input-wrapper select,
.email-alerts-wrapper  .input-wrapper .suggestion-wrapper  {
	width:calc(100% - 36px);
	float:left;
}
.search-bar input,
.search-bar select,
.email-alerts-wrapper input,
.email-alerts-wrapper select {
    border: 1px solid #403b99;
}
.search-bar .input-wrapper .suggestion-wrapper input[type="text"],
.email-alerts-wrapper .input-wrapper .suggestion-wrapper input[type="text"] {
	width:100%;
}
.suggestion-wrapper .suggestion {
	position:absolute;
	top:36px;
	left:0;
	width:100%;
	background-color:#FFFFFF;
	border:1px solid #ebebeb;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	display: none;
    z-index:10;
}
.suggestion .locations li {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	border-bottom:1px solid #ebebeb;
	font-size:0.85rem;
	background:#FFFFFF;
	transition:background 0.3s linear, color 0.3s linear;
	margin-bottom:0;
}
.suggestion .locations li:hover {
	background:#403b99;
	color:#FFFFFF;
	transition:background 0.3s linear, color 0.3s linear;
	cursor:pointer;
}

.email-alerts-wrapper .input-wrapper {
    margin-right: 1%;
    width: 39.5%;
    float:left;
}
.email-alerts-wrapper .input-wrapper.radius {
	margin-right:0;
	width:19%;
}
#email-alert-submit {
    float: right;
    margin-top: 0;
    width: 19%;
}

/***************************************
* HOME PAGE *
****************************************/
.box {
    float: left;
    width:100%;
    border:1px solid #c5c5c5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.625em;
    background-color: #ebebeb;
    font-size:1rem;
    margin-bottom: 0.625em;
    transition:all 0.3s linear;
}
.box.pointer {
	cursor:pointer;
}
.box.pointer:hover {
	border:1px solid #403b99;
	transition:all 0.3s linear;
}
.home .box {
    margin-right: 0.5%;
    /*width: 33%;*/
    width:calc(49.5% - 151px);
    margin-bottom: 0;
}
.home .box:last-of-type {
    margin-right: 0;
}
.box img:not(.icon) {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
    /*padding:2px;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.box.ad {
    padding:0;
}
.box.ad.square {
	width:302px;
}
.box.ad img {
    padding:0;
}
.box img.icon {
    margin-right:4px;
    float:left;
}
.box h3 {
    float:left;
    line-height:1;
    width: 100%;
    text-transform:uppercase;
    color:#403b99;
    font-size:1.25em;
    margin-bottom:0;
}
.box img.icon + h3 {
    width:calc(100% - 40px);
    line-height:43px;
}
.box p {
    float:left;
    /*width:100%;*/
    font-size:0.875em;
}
.box.email-alerts p {
	padding-left:40px;
	text-transform:uppercase;
	margin-top:-3px;
}
.box.email-alerts {
    padding:0;
    padding-bottom:5px;
    background-color:#FFFFFF;
}
.box.email-alerts img.icon.goto {
    margin-top:-17px;
}
.box ul {
    margin-top:10px;
    float:left;
    width:100%;
}
.box ul li {
    float:left;
    width:100%;
    clear:both;
    margin-bottom:3px;
    padding-bottom:1px;
    border-bottom:1px solid #c5c5c5;
    font-size:0.875rem;
}
.box ul li:last-of-type {
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none;
}
.box ul li a {
    float: left;
    line-height: 1.2;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:100%;
}
.box ul.recent-jobs li a {
    max-width: calc(100% - 40px);
}
.box.featured-employers {
    width:calc(99.5% - 120px);
}
.box.featured-employers img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #c5c5c5;
    padding:0;
}
.ad.vertical {
    width:120px;
}
.flex-container {
    display: flex;
    justify-content: space-around;
    flex-wrap:wrap;
    align-items:center;
}
.box .flex-container li {
    margin-right:5px;
    border:none;
    width:auto;
}
nav.box.categories {
	float:left;
	margin-left:1%;
	width:calc(99% - 302px);
}
nav.categories ul {
	float:left;
}
.categories.box ul li:last-of-type {
    /*border-bottom: 1px solid #c5c5c5;*/
    margin-bottom: 3px;
    padding-bottom: 1px;
}
/*nav.categories > h3 {
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom:0;
}*/

/***************************************
* TERMS *
****************************************/
ol ul {
    margin-left:40px;
}

/***************************************
* THE AREA *
****************************************/
.box img.city {
	max-width:180px;
	float:left;
	padding:0;
}
.city-info {
	float: left;
    margin-left: 10px;
    width: calc(100% - 190px);
}
.city-info > h3 {
    margin-bottom: 0.25em;
}
.city-info p {
    /*font-size: 0.812rem;*/
    margin-bottom: 0;
}

/***************************************
* SEARCH *
****************************************/
.blue-list {
    background-color: #403b99;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 10px;
    padding: 0.5em;
    width: 224px;
}
.blue-list li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*border-bottom:1px solid #F2F2F2;*/
    float:left;
    width:100%;
    margin-bottom:0;
    font-size: 0.9375rem;
}
.blue-list li a {
	color:#F2F2F2;
	padding:0.3em;
	float:left;
	width:100%;
	padding-bottom:0.25em;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition:all 0.3s linear
}
.blue-list li a.active {
	background: linear-gradient(#ea1d24, #c60b12);
}
.blue-list li a:hover {
	background:#027aca;
	transition:all 0.3s linear;
}

.blue-list li:last-of-type {
	border-bottom:none;
}
.search-results {
    float: left;
    width: calc(100% - 234px);
}
.search-terms {
    color: #403b99;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    width: auto;
}
#job-boxes {
    float:left;
    width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 0.5em;
    background-color: #ebebeb;
}
.job-box {
    background-color: #ebebeb;
    border-bottom: 1px solid #c5c5c5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0.5em 0;
    width: 100%;
}
.job-box:last-of-type {
    border-bottom:none;
}
.details .title {
    color: #403b99;
    float: left;
    font-size: 1.125rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.details .company {
    font-size: 1rem;
    font-weight: 400;
}
.details {
    float: left;
    line-height: 1.5;
    width: calc(100% - 140px);
}
.details .view {
    font-size: 0.7rem;
}
.job-order {
    float: right;
}
.result-pages {
    float:left;
    width:100%;
    clear:both;
    text-align:right;
    margin-top:0.75em;
}
.result-pages a {
    padding: 0.5rem;
    background-color:#ebebeb;
    border:1px solid #403b99;
    border:1px solid rgba(2, 106, 176, 0.3);
    color: #403b99;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right:0.1em;
}
.result-pages a:hover, .result-pages a.active {
    background-color:#403b99;
    color:#f2f2f2;
    transition:all 0.3s linear;
}
.company-profile p{
    float:none;
}
.company-profile .logo {
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
    margin-right: 10px;
}

/***************************************
* JOB *
****************************************/
.job-description .job-box {
    margin-bottom: 0.85em;
    padding: 0.5em 1.2em;
    border-bottom:none;
}
.job-description .details {
    line-height:1.3;
}
.job-description .logo {
    margin-top: 0.4em;
}
.description {
    clear: both;
    float: left;
    width: 100%;
    line-height: 1.25;
}
.description ul {
    list-style-type: disc;
}
.description ol, .description ul {
    float: left;
    list-style-position: inside;
    margin: 0.25em 0 1.25em;
    width: 100%;
}
/*.description li {
    padding-left: 1.25em;
}*/
.description strong {
    font-weight: 600;
    /*color:#403b99;*/
    font-size:0.9375rem;
}
.button.apply, .button.submit-form {
    float: left;
    margin-top: 0.3em;
    padding: 0.35em 1em;
}
.details .social {
    float: right;
    margin-top:-12px;
}
.social {
	width:118px;
}
.social span {
	float:left;
	width:100%;
	font-size:0.75rem;
}
.social .sprite {
    margin-right: 5px;
    cursor:pointer;
    transform:all 0.3s linear;
}
.social .sprite:last-of-type {
    margin-right: 0px;
}
.social .sprite:hover {
    filter:opacity(0.85);
    transform:all 0.3s linear;
}

/***************************************
* APPLY *
****************************************/
form.job-application {
    max-width: 600px;
    width: 100%;
}
form.job-application input {
    margin-bottom:10px;
}
.attach-buttons button {
    width:33.333333%;
    float:left;
    padding:5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background:linear-gradient(#E3E3E3, #F7F7F7);
    border:1px solid #c5c5c5;
    transition:all 0.3s linear;
    height:48px;
}
.attach-buttons button:hover {
    background:linear-gradient(#E3E3E3, #E3E3E3);
    transition:all 0.3s linear;
}
.attach-buttons button img {
    float:left;
    margin-right:5px;
    width:36px;
    height:36px;
}
.attach-buttons button span {
    float:left;
    line-height:36px;
}
.question {
    float: left;
    margin-bottom: 1.25em;
    width: 100%;
    font-size:0.75rem;
}
.question span.answer {
    margin-right: 20px;
}
.captcha-image {
    border: 1px solid #c5c5c5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    margin-right: 10px;
    float:left;
}
form.job-application input.captcha {
    width: calc(100% - 145px);
}
.refresh {
    /*border: 1px solid #c5c5c5;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 36px;
    width: 36px;
    cursor:pointer;
    transform: rotate(0deg);
    transition:transform 0.25s linear;
    position: relative;
    z-index: 1;
}
.refresh:hover {
    transform: rotate(180deg);
    transition:transform 0.5s linear;
}
#apply-button {
    margin-top:0;
}
input[type='file'] {
    width: calc(100% - 34px);
    padding: 5px;
    border: 1px solid #c5c5c5;
    margin-right: 10px;
}
.remove-attachment {
    border:1px solid #c5c5c5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:6px;
    color: #403b99;
    float:right;
    cursor:pointer;
    background:#FFFFFF;
    transition:all 0.3s linear;
}
.remove-attachment:hover {
    background: #D9D9D9;
    transition:all 0.3s linear;
}
.attachment_wrapper > .mce-tinymce {
    float: left;
    margin-bottom: 10px;
}
.apply-errors li {
    margin-bottom: 5;
}
li.error {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    background: red;
    color: #FFFFFF;
}
.horizontal-list {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.horizontal-list li {
    display:inline-block;
    float:left;
    margin-right:10px;
    padding-right:10px;
    border-right:1px solid #000000;
    width:auto;
    margin-bottom:0px;
}
.horizontal-list li:last-of-type {
	border-right:none;
	margin-right:none;
}

/***************************************
* CONTACT *
****************************************/
form.default label {
    background: rgba(197, 197, 197, 0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    padding: 0 0.8em;
    width: 170px;
}
form.default input,
form.default select,
form.default textarea,
form.default .suggestion-wrapper {
	float:left;
	width:calc(100% - 180px);
	max-width:400px;
	margin-bottom:0.5em;
}
form.default .suggestion-wrapper input {
	width:100%;
	margin-bottom:0;
}
form.default .submit-form {
	margin-left:180px;
	clear:both;
}

/***************************************
* JOB SEEKERS *
****************************************/
.search-options .box {
    padding: 0;
    width: 50%;
}
.search-options .box header {
    text-align:center;
    font-size:1.25rem;
    text-transform:uppercase;
    color:#403b99;
    font-weight:600;
}
.search-options article {
    background-color: #FFFFFF;
    float: left;
    width: 100%;
    padding: 1.25rem;
    text-align:center;
    line-height:1.2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/***************************************
* SPRITE *
****************************************/
.sprite {
    background-image:url('../img/sprite@1x.png');
}
.sprite.keywords {
    background-position:0px 0px;
}
.sprite.location {
    background-position:-36px 0px;
}
.sprite.radius {
    background-position:-72px 0px;
}
.sprite.email {
    background-position:-108px 0px;
}
.sprite.refresh {
    background-position:-144px 0px;
}
.sprite.goto {
    background-position:-180px 0px;
}
.sprite.attach-file {
    background-position:-216px 0px;
}
.sprite.type-copy-paste {
    background-position:-252px 0px;
}
.sprite.dropbox {
    background-position:-288px 0px;
}
.sprite.google-drive {
    background-position:-324px 0px;
}
.sprite.one-drive {
    background-position:-360px 0px;
}
.sprite.linkedin {
    background-position:-396px 0px;
}
.sprite.facebook {
    background-position:-432px 0px;
}
.sprite.twitter {
    background-position:-468px 0px;
}
@media	only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 13/10),
only screen and (min-resolution: 120dpi) {
    .sprite {
        /* Reference the @2x Sprite */
        background-image: url('../img/sprite@2x.png');
        /* Translate the @2x sprite's dimensions back to 1x */
        background-size: 504px 36px;
    }
}

/***************************************
* SITE MAP *
****************************************/
.site-map-links, .site-map-categories {
	float:left;
	width:calc(49% - 60px);
	margin-right:1%;
}



