/*
Theme Name: MSS Security Custom
Theme URI: http://websalad.com.au
Author: Websalad
Author URI: http://websalad.com.au
Description: Custom WordPress theme for MSS Security.
Version: 1.0
License: GNU General Public License

-----------------------------------------------------------------*/
/* @group reset - eric myer reset v2.0 | 20110126
-----------------------------------------------------------------*/
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;
}

/* Set tags and general classes
-----------------------------------------------------------------*/
body {
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	min-width: 320px;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #e21a22;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 42px;
	margin-bottom: 30px;
	color: #585858;
}
h2, h3, h4, h1.display-h4 {
	font-weight: bold;
	color: #333;
	margin-bottom: 18px;
}
h2 { font-size: 34px; }
h3 { font-size: 26px; }
h4, h1.display-h4 { font-size: 20px; }

p {
	margin-bottom: 1rem;
}

hr {
	border: 0;
	border-bottom: 1px solid #999;
	margin: 35px 0;
}
hr.small {
	width: 80%;
	margin: 25px auto;
}

img {
	display: block;
	max-width: 100%;
}

.bold, strong, b {
	font-weight: bold;
	color: #585858;
}
.italic, em {
	font-style: italic;
}

.hide {
	display: none;
}

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.clearing {
	clear: both;
}

.error, .error .bold {
	color: #ff0000;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	padding: 0 15px;
}
.col-1 { width: 8.333%; }
.col-2 { width: 16.666%; }
.col-3 { width: 25%; }
.col-4 { width: 33.333%; }
.col-5 { width: 41.666%; }
.col-6 { width: 50%; }
.col-7 { width: 58.333%; }
.col-8 { width: 66.666%; }
.col-9 { width: 75%; }
.col-10 { width: 83.333%; }
.col-11 { width: 91.666%; }
.col-12 { width: 100%; }

.vertical-middle {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
}
.vertical-middle > div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.video-wrapper {
	position: relative;
	margin-bottom: 25px;
}
.video-wrapper:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 56.25%;
}
.video-wrapper > iframe, .video-wrapper > video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}


/* Custom
-----------------------------------------------------------------*/
#page-wrapper {
	width: 100%;
	margin: 0 auto;
}
.content-wrapper {
	max-width: 1360px;
	width: 100%;
	padding: 50px;
	margin: 0 auto;
}
header {
	padding: 15px 0;
}
header .content-wrapper {
	padding: 0 30px;
}
#logo {
	float: left;
	width: 200px;
	margin-left: 50px;
}

.banner-wrapper {
	position: relative;
}
.home .banner-wrapper .banner-text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc((100% - 1300px) / 2);
	right: auto;
	padding: 0 90px;
	background-color: rgba(193, 168, 111, .85);
	color: #fff;
	font-size: 36px;
	line-height: 1.4;
	text-align: left;
}
.home .banner-wrapper .banner-text div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.banner-wrapper img {
	width: 100%;
	transform: translate3d(0, 0, 0);
}
.banner-wrapper .banner-text, .banner-wrapper .overlay, .mobile-text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 300;
	text-align: center;
	height: 100%;
}
.banner-wrapper h1, .mobile-text h1 {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	text-shadow: 2px 2px #333;
	padding: 0 15px;
	line-height: 1.2;
}
.banner-wrapper h1 {
	max-width: 850px;
	margin: 0 auto;
}

#phone-social {
	float: right;
	font-weight: bold;
}
#phone-social img {
	display: inline-block;
}
#phone-social div {
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: #ccc;
	margin: 0 20px;
}
#searchform {
	clear: right;
	float: right;
	margin-top: 8px;
	color: #585858;
}
#searchform label {
	display: none;
}
#searchform input {
	float: left;
	height: 30px;
	border: 0;
}
#searchform input[type="text"] {
	padding: 0 15px;
	width: 180px;
	background-color: #e0dfe4;
}
#searchform input[type="submit"] {
	padding: 0;
	text-indent: -9000px;
	width: 30px;
	background: #e0dfe4 url('images/icon-search-submit-bg.png') center center no-repeat;
	cursor: pointer;
}
#div-404 #searchform {
	float: none;
}
nav {
	clear: right;
	float: right;
	margin-top: 18px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	font-size: 14px;
	position: relative;
}
nav > ul > li {
	display: inline-block;
	margin-left: 30px;
	text-transform: uppercase;
}
nav > ul > li:first-of-type {
	margin-left: 0;
}
nav > ul > li > a {
	color: #585858;
	margin-top: -11px;
	padding-top: 11px;
}
nav > ul > li > a:hover, nav > ul > li > a.active {
	color: #e21a22;
	text-decoration: none;
	border-top: 2px solid #e21a22;
}
nav > ul > li:hover > a {
	color: #e21a22;
	border-top: 2px solid #e21a22;
}
nav > ul > li > ul, nav ul .mega-nav {
	display: block;
	position: absolute;
	left: -9999rem;
	z-index: 9999;
	padding-top: 15px;
}
nav ul li:hover > ul {
	left: auto;
}
nav ul li:hover .mega-nav {
	left: 0;
	right: 0;
}
nav ul ul li, nav .mega-nav .mega-inner {
	background-color: #caaf6c;
}
nav > ul > li > ul > li:first-of-type, nav ul .mega-nav .mega-inner {
	padding-top: 20px;
}
nav > ul > li > ul > li:last-of-type, nav ul .mega-nav .mega-inner {
	padding-bottom: 20px;
}
nav ul ul a {
	display: block;
	color: #fff;
	padding: 5px 25px;
}
nav ul ul a:hover, nav ul ul a.active {
	color: #e21a22;
	text-decoration: none;
}
nav ul ul ul a {
	padding-left: 60px;
}
nav ul ul ul ul a {
	padding-left: 95px;
}
nav .mega-nav .mega-inner > ul {
	float: left;
	border-right: 1px solid #d8ba75;
}
nav .mega-nav .mega-inner > ul:last-of-type {
	border: 0;
}

#mobile-header {
	position: relative;
	display: none;
	background: url('images/homepage-mobile-banner.jpg') top center no-repeat;
	background-size: cover;
	min-height: 400px;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .15);
	z-index: 100;
}
#mobile-logo {
	position: relative;
	float: left;
	width: 170px;
	margin: 20px;
	z-index: 800;
}
#open-mobile img {
	position: relative;
	float: right;
	width: 40px;
	margin: 20px;
	z-index: 800;
}
#mobile-header div.home-mobile-text {
	position: relative;
	z-index: 200;
	color: #fff;
	margin: 40px 0 20px 20px;
	font-size: 30px;
	font-weight: 200;
}
#mobile-nav {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #c8af6d;
	z-index: 900;
	display: none;
}
#mobile-nav a {
	display: block;
	color: #fff;
	padding: 8px 20px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	font-size: 16px;
}
#mobile-nav a.lower {
	text-transform: none;
}
#mobile-nav img {
	float: right;
	margin: 10px 0;
	width: 40px;
}
#mobile-nav a:hover {
	text-decoration: none;
}

.red-bg {
	background-color: #da0019;
	color: #fff;
}
.blue-bg {
	background-color: #dae2f5;
}

.gold-box, .grey-box {
	background-color: #caaf6c;
	color: #fff;
	font-weight: bold;
	padding: 30px 20px;
	margin-bottom: 20px;
}
.grey-box {
	background-color: #545454;
}

.apply-now-link, .click-here-link {
	margin: 0 0 10px 0;
	padding: 25px 85px 20px 30px;
	border-radius: 5px;
	display: inline-block;
	background: #caaf6c url('images/apply-now-bg.png') top right no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
.click-here-link {
	background-image: url('images/click-here-bg.png');
}
.apply-now-link:hover, .click-here-link:hover {
	text-decoration: none;
}

.divider-image img {
	width: 100%;
}

.wysiwyg-content {
	overflow-wrap: break-word;
}
.wysiwyg-content img {
	height: auto !important;
}
.wysiwyg-content ul {
	margin: 0 0 20px 20px;
}
.wysiwyg-content li {
	/*list-style-type: disc;*/
	list-style-image: url('images/list-image.png');
	margin-bottom: 5px;
}
.wysiwyg-content h4, .wysiwyg-content h1.display-h4 {
	color: #caaf6c;
}
.wysiwyg-content button {
	font: inherit;
	border: 0;
	border-radius: 5px;
	-webkit-appearance: none;
	background-color: #da0019;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 15px;
	cursor: pointer;
}

.aligncenter {
	margin: 30px auto;
}
.alignright {
	float: right;
	margin: 15px 0 30px 30px;
}
.alignleft {
	float: left;
	margin: 15px 30px 30px 0;
}

#overlay-div {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 999998;
	background: rgba(0, 0, 0, .75);
}
#overlay-div div {
	display: none;
	margin: 5% auto;
	width: 90%;
	max-height: 90%;
	max-width: 750px;
	z-index: 999999;
	background: #fff;
	color: #333;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	overflow-y: scroll;
}
#overlay-div .close-overlay {
	float: right;
	width: 25px;
	margin: 0 0 5px 20px;
	cursor: pointer;
}

#main-content {
	background: #fff url('images/watermark-bg.png') center right no-repeat;
	min-height: 500px;
	border-top: 10px solid #da0019;
}
.home #main-content {
	padding: 70px 0;
	border: 0;
}

#side-content {
	float: right;
	width: calc(100% - 400px);
	text-align: center;
	font-size: 19px;
}
#side-content #services {
	font-size: 26px;
	margin-bottom: 60px;
}
#side-content #services img {
	float: left;
	width: calc(25% - 20px);
	margin: 10px;
}
.home #side-content .col-6 {
	font-size: 14px;
	text-align: left;
}
.home #side-content .col-6 img {
	display: inline-block;
	margin-bottom: 20px;
}
.icon-arrow {
	background-image: url('images/icon-arrow-closed.png');
	background-repeat: no-repeat;
	background-position: right 10px center;
}
.icon-arrow.active {
	background-image: url('images/icon-arrow-open.png');
}
#side-nav {
	float: left;
	width: 325px;
	margin-right: 75px;
}
#side-nav div, #employee-portal-wrapper > div div {
	padding: 10px 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 18px;
}
#side-nav ul, #employee-portal-wrapper > div ul {
	display: none;
	margin: -20px 0 20px 0;
}
#side-nav ul a, #employee-portal-wrapper > div ul a {
	display: block;
	background-color: #c8af6d;
	color: #fff;
	border-bottom: 1px solid #fff;
}
#side-nav ul a {
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 18px;
}
#employee-portal-wrapper > div ul a {
	padding: 5px 20px;
	font-size: 15px;
}
#side-nav a:hover, #employee-portal-wrapper > div a:hover {
	text-decoration: none;
}
#employee-portal-wrapper {
	padding-bottom: 50px;
}
#post-menu-content {
	padding-bottom: 170px;
}
#employee-portal-wrapper > div img {
	width: 100%;
}
#employee-portal-wrapper > div {
	position: relative;
}
#employee-portal-wrapper > div ul {
	position: absolute;
	width: calc(100% - 30px);
	z-index: 999;
}

#employee-login-form input {
	width: 100%;
	max-width: 300px;
	font: inherit;
	border: 0;
	-webkit-appearance: none;
	background-color: #e0e0e0;
	margin-bottom: 10px;
	padding: 5px 10px;
}
#employee-login-form button {
	width: 100%;
	max-width: 300px;
	font: inherit;
	border: 0;
	-webkit-appearance: none;
	background-color: #da0019;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	padding: 5px;
}

.intro {
	/*text-align: center;*/
	font-size: 20px;
	margin: 0 auto;
	/*max-width: 900px;*/
	padding-top: 30px;
}
.intro ul {
	text-align: left;
}

.one-column-boxes div div {
	overflow: hidden;
}
.one-column-boxes a {
	color: #fff;
	text-align: center;
	overflow: hidden;
	width: 100%;
	display: block;
}
.one-column-boxes a:hover {
	text-decoration: none;
}
.one-column-boxes img {
	width: auto;
	max-width: none;
	height: 120px;
}
.one-column-boxes p {
	background-color: #da0019;
	padding: 5px;
	margin-bottom: 25px;
}

#noticeboard-form {
	margin: 0 auto 40px auto;
	max-width: 1000px;
	background-color: #f1f1f1;
	padding: 15px 15px 8px 15px;
}
#noticeboard-form form > div {
	width: 50%;
	float: left;
	padding: 0 15px;
}
#noticeboard-form:after {
	content: "";
	display: table;
	clear: both;
}
#noticeboard-form input, #noticeboard-form select, #noticeboard-form textarea {
	font: inherit;
	font-size: inherit;
	margin-bottom: 7px;
	max-width: 100%;
}
#noticeboard-form input[type="text"], #noticeboard-form select, #noticeboard-form textarea {
	padding: 3px 10px;
	border: 1px solid #ccc;
	width: 100%;
}
#noticeboard-form input[type="radio"] {
	margin-bottom: 12px;
}
#noticeboard-form input[type="submit"] {
	background: #ce0922;
	color: #fff;
	font-weight: bold;
	border: 0;
	padding: 5px 15px;
}
#noticeboard-form .wpcf7-radio .first {
	margin: 0;
}
#noticeboard-form textarea {
	height: 125px;
}
@media screen and (max-width: 749px) {
	#noticeboard-form form > div {
		float: none;
		width: 100%;
	}
}

footer {
	clear: both;
	padding: 10px 0;
	text-align: center;
	height: 60px;
}
footer .content-wrapper {
	padding: 0 30px;
}
footer a {
	color: #fff;
}
footer img {
	float: left;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
}
footer p {
	display: inline-block;
	margin-top: 10px;
}
footer p:last-of-type {
	float: right;
}

#team-wrapper img {
	width: 100%;
	margin-bottom: 5px;
}
#team-wrapper h4, #overlay-div h4 {
	margin-bottom: 0;
	color: #caaf6c;
}
#team-wrapper div {
	margin-bottom: 30px;
}
#team-wrapper div > p:first-of-type, #overlay-div div > p:first-of-type {
	font-size: 14px;
	font-style: italic;
	color: rgb(102,​ 102,​ 102);
}
#team-wrapper > div:nth-of-type(4n + 1) {
	clear: left;
}

#industry-awards-wrapper .award-image, .benefit-image {
	float: left;
	width: 140px;
	margin-right: 20px;
}
#industry-awards-wrapper .award-image img, .benefit-image img {
	margin: 10px auto 0 auto;
}
#industry-awards-wrapper .award-content, .benefit-content {
	float: left;
	width: calc(100% - 160px);
}
#industry-awards-wrapper .col-6, #employee-benefits-wrapper .col-6 {
	margin-bottom: 50px;
}
#employee-benefits-wrapper .col-6:nth-of-type(odd) {
	clear: left;
}

.search-result {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.search-result a {
	font-size: 18px;
}
.search-result p:first-of-type {
	font-size: 12px;
	font-style: italic;
}

.news-wrapper img {
	float: left;
	width: 200px;
	margin-right: 30px;
}
.news-wrapper div {
	float: right;
	width: calc(100% - 230px);
}
.news-wrapper .post-date, .news-wrapper-single .post-date {
	margin-bottom: 0;
	font-size: 12px;
}
.news-wrapper h4, .news-wrapper-single h4 {
	color: #caaf6c;
	text-transform: uppercase;
	margin-bottom: 0;
}
.news-wrapper h4 a {
	color: #caaf6c;
}
.news-wrapper .news-subheading, .news-wrapper-single .news-subheading {
	margin-bottom: 10px;
	color: #888;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

#mss-office-wrapper, #pay-day-wrapper {
	margin-bottom: 50px;
}
#mss-office-wrapper h4 {
	color: #caaf6c;
	margin-bottom: 10px;
}
#mss-office-wrapper p {
	margin-bottom: 5px;
}
#mss-office-wrapper label {
	display: inline-block;
	font-weight: bold;
	width: 100px;
}
#mss-office-wrapper ul, #pay-day-wrapper ul {
	margin-bottom: 35px;
}
#mss-office-wrapper li, #pay-day-wrapper li {
	display: inline-block;
}
#mss-office-wrapper li:after, #pay-day-wrapper li:after {
	content: " | ";
}
#mss-office-wrapper li:last-of-type:after, #pay-day-wrapper li:last-of-type:after {
	content: ""
}

.breadcrumb {
	font-size: 14px;
	margin-bottom: 30px;
	color: #999;
}
.breadcrumb a {
	color: #999;
}

blockquote {
	display: block;
	width: 100%;
	max-width: 430px;
	margin: 20px auto;
	font-size: 20px;
	text-align: center;
	color: #002051;
}
blockquote:before{
	content: url('images/blockquote-before.png');
}
blockquote:after{
	content: url('images/blockquote-after.png');
}

.general-form {
	margin: 0 auto 60px auto;
	max-width: 500px;
}
.general-form input, .general-form select, .general-form textarea {
	width: 100%;
	font: inherit;
	border: 0;
	-webkit-appearance: none;
	background-color: #e0e0e0;
	margin-bottom: 10px;
	padding: 5px 10px;
}
.general-form textarea {
	height: 200px;
}
.general-form button {
	width: 100%;
	font: inherit;
	border: 0;
	-webkit-appearance: none;
	background-color: #da0019;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	padding: 5px;
}

.alert-notice {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 20px 20px 4px 71px;
	width: 100%;
	background: #ce0922 url("images/shout-icon.png") no-repeat 20px 20px;
	margin-bottom: 30px;
}
#notice-types {
	width: 100%;
	background-color: #c9ae6c;
	margin-bottom: 30px;
}
#notice-types li {
	cursor: pointer;
	padding: 7px 18px;
	display: inline-block;
	color: #000;
	border-right: 1px solid #e8ddc2;
}
#notice-types li.active, #notice-types li:hover {
	color: #fff;
}
.notice-board-wrapper {
	display: none;
}
#nb_general {
	display: block;
}
.nb-notice {
	padding: 20px 20px 4px 20px;
	margin-top: 25px;
	background-color: #f4f4f4;
	border: 1px solid #222;
}
.nb-notice h3 {
	font-size: 18px;
}
.nb-notice div {
	display: none;
}

.sy-pager {
	position: absolute;
	bottom: -38px;
}
.sy-pager li {
	height: 14px !important;
	width: 14px !important;
	margin: 0 4px !important;
}
.sy-pager li.sy-active a {
	background-color: #c1a86f !important;
}

/* Media Queries
-----------------------------------------------------------------*/
@media screen and (max-width: 1300px) {
	.home .banner-wrapper .overlay, .home .banner-wrapper .banner-text {
		left: 0;
	}
}
@media screen and (max-width: 1280px) {
	nav > ul > li {
		margin-left: 25px;
	}
}
@media screen and (max-width: 1150px) {
	#employee-portal-wrapper .col-4 {
		width: 50%;
	}
}
@media screen and (max-width: 1120px) {
	#side-content #services img {
		width: calc(33.33% - 20px);
	}
	#team-wrapper .col-3 {
		width: 33.33%;
	}
	#team-wrapper > div:nth-of-type(4n + 1) {
		clear: none;
	}
	#team-wrapper > div:nth-of-type(3n + 1) {
		clear: left;
	}
}
@media screen and (max-width: 1000px) {
	nav > ul > li {
		margin-left: 20px;
	}
}
@media screen and (max-width: 980px) {
	#mobile-header {
		display: block;
	}
	header, .banner-wrapper, #banner-nav {
		display: none;
	}
	.home #main-content {
		padding: 50px 0;
	}
	#side-nav {
		float: none;
		margin: 50px auto 0 auto;
	}
	#side-content {
		float: none;
		width: 100%;
	}
	#side-content #services img {
		width: calc(25% - 20px);
	}
}
@media screen and (max-width: 880px) {
	.vertical-middle {
		position: relative;
	}
	.vertical-middle > div {
		top: 0;
		transform: none;
	}
	#employee-portal-wrapper .col-4 {
		width: 50%;
		padding: 0 15px;
	}
	.col-4, .col-6, .col-8 {
		width: 100%;
		padding: 20px 0;
	}
	.col-3, #team-wrapper .col-3 {
		width: 50%;
	}
	.col-3:nth-of-type(odd), #team-wrapper .col-3:nth-of-type(odd) {
		clear: left;
	}
	#team-wrapper > div:nth-of-type(3n + 1) {
		clear: none;
	}
	#team-wrapper > div:nth-of-type(odd) {
		clear: left;
	}
}
@media screen and (max-width: 800px) {
	#employee-portal-wrapper .col-4 {
		width: 100%;
		padding: 20px 0;
	}
	#employee-portal-wrapper > div ul {
		width: 100%;
	}
}
@media screen and (max-width: 780px) {
	footer {
		height: auto;
	}
	footer img, footer p {
		float: none !important;
		display: block;
		margin: 15px auto;
	}
	.mobile-text h1 {
		font-size: 48px;
	}
}
@media screen and (max-width: 680px) {
	#side-content #services img {
		width: calc(33.33% - 20px);
	}
	.mobile-text h1 {
		font-size: 40px;
	}
	.alignright, .alignleft {
		float: none;
		margin: 30px auto;
	}
}
@media screen and (max-width: 620px) {
	.news-wrapper img {
		float: none;
		margin: 30px auto;
	}
	.news-wrapper div {
		float: none;
		width: 100%;
	}
	#mss-office-wrapper label {
		display: block;
		width: 100%;
		margin-bottom: 3px;
	}
}
@media screen and (max-width: 530px) {
	#side-content #services img {
		width: calc(50% - 20px);
	}
	.content-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.col-3, #team-wrapper .col-3 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	#team-wrapper > div {
		clear: left;
	}
}
@media screen and (max-width: 430px) {
	#side-nav {
		width: 290px;
	}
	#mobile-logo {
		width: 140px;
	}
	#industry-awards-wrapper .award-image, .benefit-image {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#industry-awards-wrapper .award-content, .benefit-content {
		float: none;
		width: 100%;
	}
}


/* Stop zooming on inputs in iPhone
-----------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:2) and (max-device-width: 1024px) { 
	select:focus, select:hover,
	textarea:focus, textarea:hover,
	input:focus, input:hover {
		font-size: 1rem !important;
	}
}
