/*
Theme Name: Show Group Custom
Theme URI: http://websalad.com.au
Author: Websalad
Author URI: http://websalad.com.au
Description: Show Group custom Wordpress theme.
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 {
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	font-size: 15px;
	color: #333;
	line-height: 1.4;
	min-width: 320px;
	overflow-x: hidden;
}

a {
	color: #333;
	text-decoration: none;
	transition: all .25s linear;
}
a:hover {
	color: #2997f6;
}

h1 {
	position: relative;
	font-size: 21px;
	color: #2997f6;
	margin-bottom: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
h1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	background: #2997f6;
	height: 2px;
	width: 70%;
}
h2 {
	font-size: 18px;
	padding-bottom: 7px;
	border-bottom: 1px solid #bbb;
	margin-bottom: 12px;
}
h3 {
	font-size: 15px;
	color: #2997f6;
}

p {
	margin-bottom: 18px;
}

img {
	display: block;
}

sup {
	vertical-align: super;
    font-size: smaller;
}

.bold, strong {
	font-weight: bold;
}
.italic, em {
	font-style: italic;
}

.hide {
	display: none;
}

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.clearing {
	clear: both;
}

/* Custom
-----------------------------------------------------------------*/
.page-wrapper {
	position: relative;
	width: 100%;
	max-width: 1400px;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto;
}

.aligncenter {
	text-align: center;
	margin: 15px auto;
}

#quick-links {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 25px;
	height: 165px;
	margin-top: -190px;
	transition: margin .5s ease;
	background-color: #fff;
}
#quick-links.active {
	margin-top: 0;
}
#quick-links .page-wrapper div {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 0 40px;
	border-right: 2px solid #eee;
}
#quick-links .page-wrapper div:last-of-type {
	border: 0;
}
#quick-links .page-wrapper ul, #airline-checkins ul, .wysiwyg-content > ul {
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	list-style-image: url('images/header/quick-links-li.png');
}
#quick-links .page-wrapper ul:first-of-type, #airline-checkins ul:first-of-type {
	margin-left: 0;
}
.wysiwyg-content > ul {
	margin-bottom: 15px;
}
#quick-links .page-wrapper li, #airline-checkins li {
	margin-left: 17px;
}
.wysiwyg-content > ul > li {
	margin-bottom: 5px;
}
#quick-links .page-wrapper li a, #airline-checkins li a {
	margin-left: -2px;
}
#quick-links p, #airline-checkins p {
	margin-bottom: 10px;
	font-weight: bold;
	color: #2997f6;
}

header {
	position: relative;
	font-family: 'Raleway', arial, helvetica, sans-serif;
	border-top: 4px solid #22a0ff;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 999;
}
header .page-wrapper {
	min-height: 120px;
}
#logo {
	position: absolute;
	left: 20px;
	top: 15px;
	width: 170px;
}
#social {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 0;
}
#social img, #mobile-social img {
	display: inline-block;
	width: 24px;
	margin-left: 4px;
	border-radius: 4px;
	opacity: 1;
	transition: opacity .2s linear;
}
#social img:hover {
	opacity: .7;
}
#top-links {
	position: absolute;
	top: 0;
	right: 170px;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}
#top-links li {
	display: inline-block;
}
#top-links li:last-of-type {
	color: #2997f6;
	font-weight: bold;
	font-size: 15px;
}
#top-links li a {
	display: block;
	padding-top: 8px;
}
#top-links li #show-quick-links {
	background-color: #2997f6;
	color: #fff;
	padding: 9px 10px;
	border-radius: 0 0 17px 17px;
	opacity: 1;
	transition: opacity .2s linear;
	font-size: 13px;
	font-weight: bold;
	margin: 0 8px;
}
#top-links li #show-quick-links:hover {
	opacity: .8;
}
#nav {
	position: absolute;
	right: 20px;
	bottom: 25px;
	border-top: 1px solid #f0f0f0;
	padding-top: 5px;
}
#nav > li {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin-left: 20px;
}
#nav .active > a, #nav li:hover > a {
	color: #2997f6;
}
#nav > li:first-of-type {
	margin-left: 0;
}
#nav > li:last-of-type > a {
	padding-right: 23px;
	background: url('images/header/icon-lock.png') right center no-repeat;
	background-size: 18px 18px;
}
#nav ul {
	display: block;
	position: absolute;
	left: -9999rem;
	background-color: #fff;
	z-index: 9999;
	padding-top: 20px;
}
#nav li:hover ul {
	left: auto;
}
#nav ul li {
	display: block;
	padding: 0 15px;
}
#nav ul li a {
	display: block;
	padding: 8px 5px;
	border-top: 1px solid #2997f6;
	font-weight: normal;
	font-size: 14px;
}
#nav ul li:first-of-type {
	border-top: 7px solid #2997f6;
}
#nav ul li:first-of-type a {
	border-top: 0;
	padding-top: 20px;
}
#mobile-options {
	display: none;
	position: absolute;
	right: 0;
	top: 37px;
	font-size: 0;
}
#mobile-options a {
	display: inline-block;
	padding: 32px 30px;
}
#mobile-options a:first-of-type {
	border-right: 2px solid #009ff3;
}
#mobile-options img {
	width: 40px;
}
#toggle-menu {
	background: #fff;
}
#toggle-menu.active {
	background: #009ff3;
}
#mobile-wrapper {
	position: relative;
}
#mobile-nav {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
#mobile-nav > li a {
	background: #009ff3;
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 20px;
	border-bottom: 1px solid #fff;
}
#mobile-nav ul li a {
	background: #fff;
	color: #009ff3;
	border-bottom: 1px solid #009ff3;
	padding-left: 30px;
}
#mobile-nav ul {
	display: none;
}
#mobile-nav li#mobile-social {
	background: #fff;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
#mobile-nav li#mobile-social a {
	display: inline-block;
	border: 0;
	background: #fff;
	padding: 10px 0;
}

#banner, #banner-slider {
	position: relative;
	overflow: hidden;
}
#banner {
	margin-top: -160px;
}
#banner p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(100% - 40px);
	max-width: 1160px;
	color: #fff;
	font-size: 62px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #666;
	margin: 0 auto;
	line-height: 1.2;
	z-index: 999;
}
#banner img {
	width: 100%;
}
#banner img:first-of-type {
	position: fixed;
	z-index: -1;
}
#banner img:last-of-type {
	visibility: hidden;
}
#banner-slider {
	border: 0;
}
#banner-slider ul.slides li {
	position: relative;
}
#banner .home-banner, #banner-slider .home-banner {
	position: absolute;
	left: 0;
	right: 0;
	top: 35%;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
#banner-slider .home-banner {
	opacity: 0;
	transition: opacity .4s linear .7s;
}
#banner-slider .flex-active-slide .home-banner {
	opacity: 1;
}
#banner .home-banner span, #banner-slider .home-banner span {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 60px;
	color: #fff;
	font-weight: 300;
	text-shadow: 2px 2px 2px #666;
	line-height: 1.2;
}
#banner-slider .flex-control-nav {
	bottom: 10px;
}
#banner-slider .flex-control-paging li a {
	width: 15px;
	height: 15px;
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}
#banner-slider .flex-control-paging li a.flex-active {
	background: rgba(41, 151, 246, 0.8) none repeat scroll 0 0;
}
#banner-slider.flexslider .slides div.home-image {
	width: 100%;
	overflow: hidden;
}

#sub-nav, #blog-menu {
	float: left;
	width: 180px;
	margin-right: 40px;
	font-size: 14px;
}
#sub-nav li:first-of-type {
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 28px;
}
#sub-nav li:first-of-type:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -14px;
	background: #fde006;
	height: 2px;
	width: 50px;
}
#sub-nav li.active a {
	color: #2997f6;
}

#content-wrapper {
	background-color: #fff;
}

#content-wrapper > .page-wrapper {
	max-width: 1200px;
	padding-top: 50px;
	padding-bottom: 65px;
}
.home #content-wrapper > .page-wrapper {
	max-width: 900px;
}
.home #content-wrapper > .page-wrapper > p:first-of-type {
	font-family: 'Raleway', arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
}
.home #content-wrapper > .page-wrapper > p strong {
	font-weight: bold;
	color: #2997f6;
}
.page-template-default #content-wrapper > .page-wrapper > div, .page-template-template-experience #content-wrapper > .page-wrapper > div, .page-template-template-blog #content-wrapper > .page-wrapper > div, .search #content-wrapper > .page-wrapper > div, .single-post #content-wrapper > .page-wrapper > div, .category #content-wrapper > .page-wrapper > div {
	float: left;
	width: calc(100% - 220px);
}
.page-template-template-experience #content-wrapper > .page-wrapper > div > p:first-of-type {
	font-size: 18px;
	margin-bottom: 30px;
}

#show-group-experience {
	margin-top: 65px;
	font-size: 13px;
	color: #9d9d9d;
}
#show-group-experience hr {
	border: 0;
	border-bottom: 1px solid #999;
	width: 110px;
	margin: 0 auto 15px auto;
}
#show-group-experience > p {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#show-group-experience > p:first-of-type {
	text-transform: uppercase;
	color: #222;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#show-group-experience div {
	width: calc(33.3% - 14px);
	float: left;
	margin: 15px 0;
}
#show-group-experience div img {
	width: 100%;
}
#show-group-experience div:nth-of-type(3n+2) {
	margin-left: 21px;
	margin-right: 21px;
}
#show-group-experience div:nth-of-type(3n+1) {
	clear: left;
}
#show-group-experience div a {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
}

#slider {
	margin-bottom: 20px;
}
#carousel .slides li {
	opacity: .5;
	transition: opacity .2s linear;
}
#carousel .slides li.flex-active-slide {
	opacity: 1;
}

.testimonial {
	font-style: italic;
	max-width: 800px;
	margin: 40px auto;
	text-align: center;
}

.gallery {
	margin-top: 80px 0 40px 0;
}

.careers, .show-me-mobile {
	margin: 40px 0;
}

.careers > div {
	border-top: 1px solid #aaa;
	padding: 20px 0;
}
.careers > div:first-of-type {
	border-top: 0;
}
.careers div p:first-of-type {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 16px;
}

.careers input[type="submit"], #job-wrapper input[type="submit"] {
	float: none;
}

.form-small {
	font-size: 13px;
	font-style: italic;
}

.wpcf7-not-valid-tip {
	color: #ff0000 !important;
}

.more-info {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0;
}
a.button, input[type="submit"] {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	background: #2997f6;
	border: 0;
	border-radius: 7px;
	opacity: 1;
	box-shadow: 2px 2px 3px #666;
	margin: 15px 0;
	cursor: pointer;
}
a.button:hover, input[type="submit"]:hover {
	opacity: .8;
}

#blog-menu input[type="submit"] {
	float: none;
	color: #333;
	box-shadow: none;
	background: #ededed;
	border-radius: 0;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
}
#blog-menu img {
	height: 40px;
	float: left;
}

.contact-label label {
	display: inline-block;
	min-width: 66px;
}

#our-people div {
	float: left;
	margin-bottom: 55px;
}
#our-people div:nth-of-type(odd) {
	clear: left;
	width: 200px;
	margin-right: 40px;
}
#our-people div:nth-of-type(even) {
	width: calc(100% - 240px);
}
#our-people div:nth-of-type(odd) > img {
	width: 100%;
}
#our-people div:nth-of-type(odd) a img {
	width: 100px;
	margin: 20px auto;
}
#our-people div:nth-of-type(even) > p:first-of-type {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}

.youtube-max {
	max-width: 600px;
}
.youtube-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.youtube-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.show-me-mobile > div {
	float: left;
}
.show-me-mobile > div:nth-of-type(odd) {
	width: 100px;
	margin-right: 45px;
	clear: left;
}
.show-me-mobile > div:nth-of-type(even) {
	width: calc(100% - 145px);
	padding-bottom: 65px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 65px;
}
.show-me-mobile > div:nth-of-type(even):last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.show-me-mobile > div:nth-of-type(odd) img {
	width: 100%;
}
.show-me-mobile > div:nth-of-type(even) p:first-of-type {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
}
.show-me-mobile .button {
	display: inline-block;
	margin: 20px 30px 0 0;
}

#online-tool > img {
	float: left;
	width: 100px;
	margin-right: 45px;
}
#online-tool > div {
	float: left;
}
#online-tool > div:first-of-type {
	width: calc(100% - 145px);
	font-weight: bold;
}
#online-tool > div:nth-of-type(2) {
	width: calc(100% - 351px);
	padding-right: 40px;
	border-right: 1px solid #aaa;
	margin-right: 40px;
	min-height: 490px;
}
#online-tool > div:nth-of-type(2) > img {
	float: left;
	width: 50px;
	margin: 5px 30px 0 0;
}
#online-tool > div:nth-of-type(2) > div {
	float: left;
	width: calc(100% - 80px);
}
#online-tool > div:nth-of-type(2) > div.gallery {
	float: none;
	width: 100%;
}
#online-tool > div:nth-of-type(2) > div p {
	text-transform: uppercase;
	margin-bottom: 0;
	color: #2997f6;
	font-weight: bold;
}
#online-tool > div:last-of-type {
	width: 270px;
}

input[type="text"], input[type="email"], textarea, select {
	width: calc(100% - 32px);
	max-width: 270px;
	padding: 7px 15px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	background: #f0f1f3;
	font-size: 15px;
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	box-sizing: content-box;
}
input[type="submit"] {
	display: block;
	float: right;
}

#blog-menu input[type="text"] {
	background: #fff;
	padding: 5px 10px;
	font-size: 14px;
}
#blog-menu label {
	display: none;
}
#blog-menu h2, #blog-menu li.categories {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 7px;
	border-bottom: 0;
	margin-bottom: 12px;
}
#blog-menu li.categories a {
	text-transform: none;
	font-weight: normal;
	font-size: 15px;
}

.search-result a:first-of-type {
	font-weight: bold;
	color: #2997f6;
}

.single-post h1 {
	margin-bottom: 15px;
}

.post-date {
	font-style: italic;
	margin-bottom: 5px;
	font-size: 13px;
}

.blog-post {
	margin-bottom: 40px;
}
.blog-post img {
	float: left;
	width: 200px;
	height: auto;
	margin: 0 30px 40px 0;
}
.blog-post h3 {
	font-size: 24px;
	font-weight: bold;
}

.page-template-template-contact #content-wrapper > .page-wrapper > div span, #proposal-contact-wrapper div span {
	font-weight: bold;
	color: #2997f6;
	font-size: 18px;
	text-transform: uppercase;
}
.page-template-template-contact #content-wrapper > .page-wrapper > div span span, #proposal-contact-wrapper div span span {
	text-transform: none;
}
.page-template-template-contact #content-wrapper > .page-wrapper > div:first-of-type, #proposal-contact-wrapper > div:first-of-type {
	float: left;
	width: calc(100% - 352px);
	margin-right: 50px;
}
.page-template-template-contact #content-wrapper > .page-wrapper > div:nth-of-type(2), #proposal-contact-wrapper > div:nth-of-type(2) {
	float: left;
	width: 302px;
}
.page-template-template-contact #content-wrapper > .page-wrapper > div:nth-of-type(2) span {
	text-transform: none;
}
.page-template-template-contact #content-wrapper > .page-wrapper > div:nth-of-type(2) p {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}
.page-template-template-contact #content-wrapper > .page-wrapper > div:nth-of-type(3), #proposal-contact-wrapper > div:nth-of-type(3) {
	margin-top: 40px;
	border-top: 1px solid #aaa;
	padding-top: 40px;
}
.page-template-template-contact #content-wrapper > .page-wrapper > div:nth-of-type(3) div, #proposal-contact-wrapper > div:nth-of-type(3) div {
	float: left;
	width: calc(33% - 20px);
	margin: 0 30px 40px 0;
	max-width: 280px;
}
.page-template-template-contact #content-wrapper > .page-wrapper > div:nth-of-type(3) div:nth-of-type(3n+3), #proposal-contact-wrapper > div:nth-of-type(3) div:nth-of-type(3n+3) {
	margin-right: 0;
}
.page-template-template-contact #content-wrapper > .page-wrapper > div:nth-of-type(3) div:nth-of-type(3n+1), #proposal-contact-wrapper > div:nth-of-type(3) div:nth-of-type(3n+1) {
	clear: left;
}
.page-template-template-contact #content-wrapper > .page-wrapper > div:nth-of-type(3) div img, #proposal-contact-wrapper > div:nth-of-type(3) div img {
	width: 100%;
	margin: 0 auto;
	max-width: 280px;
}

#map {
	width: 100%;
	max-width: 450px;
	height: 300px;
	margin-bottom: 25px;
}
#map span {
	display: none;
}

#div-404 {
	margin-bottom: 45px;
}
#div-404 form > div {
	width: 100%;
	max-width: 380px;
}

footer {
	font-family: 'Raleway', arial, helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	background: #fff;
}
footer #back-to-top img {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 29px;
	height: 29px;
	opacity: .7;
	transition: opacity .2s linear;
}
footer #back-to-top img:hover {
	opacity: 1;
}
footer > div {
	color: #fff;
}
footer > div:first-of-type {
	position: relative;
	background: #262626;
	padding: 70px 0 35px 0;
}
footer > div:first-of-type a {
	color: #9d9d9d;
}
footer > div:first-of-type a:hover {
	color: #2997f6;
}
footer > div:first-of-type ul {
	display: inline-block;
	text-align: left;
	margin: 0 40px;
	vertical-align: top;
}
footer > div:first-of-type div p {
	display: block;
	margin: 35px auto 0 auto;
	text-transform: uppercase;
	font-weight: bold;
}
footer > div:first-of-type div img {
	display: inline-block;
	margin: 15px 20px 5px 20px;
}
footer > div:first-of-type li {
	margin-left: 15px;
}
footer > div:first-of-type li:first-of-type {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
	margin-left: 0;
}
footer > div:nth-of-type(2) {
	background: #1b1b1b;
	padding: 0;
	font-size: 0;
}
footer > div:nth-of-type(2) img {
	display: inline-block;
	height: 43px;
	margin: 20px 30px;
}
footer > p {
	margin: 8px 20px;
}
footer hr {
	margin-top: 30px;
	border: 0;
	border-bottom: 1px solid #444;
}
#footer-partners img {
	max-width: 175px;
}

.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}
.alignright {
	float: right;
	margin: 0 0 30px 30px;
}





#proposal-page {
	line-height: 1.3;
}
#proposal-page a {
	font-weight: bold;
	color: #2997f6;
	text-decoration: none;
}
#proposal-page a:hover {
	text-decoration: underline;
}
#proposal-page #proposal-wrapper {
	width: 100%;
	max-width: 2200px;
	margin: 0 auto;
}
#proposal-page #back-to-top {
    border: 0 none;
    bottom: 30px;
    position: fixed;
    right: 30px;
    z-index: 9999;
}
#proposal-page #back-to-top img {
    height: 40px;
    width: 40px;
}
#proposal-page .proposal-full-bg {
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#proposal-page .proposal-left-bg {
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}
#proposal-page .proposal-right-bg {
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}
#proposal-page .proposal-overlay {
	background-color: #000000;
	height: 100%;
	opacity: 0.4;
	position: absolute;
	width: 100%;
}
#proposal-page .proposal-content {
	clear: both;
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	padding: 50px 60px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, .85);
}
#proposal-page .proposal-left-bg .proposal-content {
	margin: 0 0 0 auto;
	background-color: rgba(255, 255, 255, 1);
	max-width: none;
	width: 50%;
}
#proposal-page .proposal-right-bg .proposal-content {
	margin: 0 auto 0 0;
	background-color: rgba(255, 255, 255, 1);
	max-width: none;
	width: 50%;
}
#proposal-page .proposal-heading {
	clear: both;
	background-color: #262626;
}
#proposal-page .proposal-heading p {
	padding: 10px 30px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 34px;
}
#proposal-page .proposal-banner p {
	position: relative;
	padding: 250px 30px;
	margin: 0 auto;
	max-width: 800px;
	font-size: 44px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px #000;
}
#proposal-page .proposal-contents-appendices {
	text-align: center;
}
#proposal-page .proposal-contents-appendices a {
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	background-color: #0066cc;
	border-radius: 5px;
	width: 100%;
	max-width: 400px;
	margin-bottom: 10px;
	padding: 10px 20px;
}
#proposal-page .proposal-contents-appendices a:hover {
	text-decoration: none;
}
#proposal-page blockquote {
	background: #f0f0f0;
	border-left: 10px solid #2997F6;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
#proposal-page blockquote:before {
	color: #bbb;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
#proposal-page blockquote:after {
  color: #bbb;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.4em;
}
#proposal-page ul {
	list-style: disc;
	margin-left: 30px;
	margin-bottom: 1.5rem;
}
#proposal-page ol {
	list-style: decimal;
	margin-left: 30px;
	margin-bottom: 1.5rem;
}
#proposal-page h1, #proposal-page h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1.5rem;
}
#proposal-page h3, #proposal-page h4 {
	font-size: 18px;
	color: #2997f6;
	font-weight: bold;
	margin-bottom: 1.5rem;
}
#proposal-page img {
	max-width: 100% !important;
	height: auto !important;
}
#proposal-page .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
#proposal-page .alignleft {
	float: left;
}
#proposal-page .alignright {
	float: right;
}
@media screen and (max-width: 1059px) {
	#proposal-page .proposal-left-bg, #proposal-page .proposal-right-bg {
		background-position: center center;
		background-size: cover;
	}
	#proposal-page .proposal-content {
		background-color: rgba(255, 255, 255, .85) !important;
		margin: 0 30px !important;
		width: calc(100% - 60px) !important;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 659px) {
	#proposal-page .proposal-content {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 15px !important;
		width: calc(100% - 30px) !important;
	}
}
@media screen and (max-width: 399px) {
	#proposal-page .proposal-content {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 !important;
		width: 100% !important;
	}
}
@media screen and (max-width: 899px) {
	#proposal-page .proposal-heading p {
		font-size: 30px;
	}
	#proposal-page .proposal-banner p {
		padding: 150px 30px;
		font-size: 38px;
	}
}
@media screen and (max-width: 599px) {
	#proposal-page .proposal-heading p {
		font-size: 24px;
	}
	#proposal-page .proposal-banner p {
		padding: 100px 30px;
		font-size: 32px;
	}
}
@media screen and (max-width: 399px) {
	#proposal-page .proposal-heading p {
		font-size: 20px;
	}
	#proposal-page .proposal-banner p {
		padding: 100px 30px;
		font-size: 30px;
	}
}




/* Media Queries
-----------------------------------------------------------------*/
@media screen and (max-width: 1250px) {
	#quick-links {
		height: 230px;
		margin-top: -255px;
	}
	#quick-links .page-wrapper ul, #airline-checkins ul {
		display: block;
		margin-left: 0;
	}
	#banner img, #banner-slider.flexslider .slides div.home-image img {
		width: 130%;
		margin-left: -15%;
	}
}

@media screen and (max-width: 1220px) {
	#nav > li {
		margin-left: 15px;
		font-size: 16px;
	}
}

@media screen and (max-width: 1090px) {
	#nav > li {
		margin-left: 12px;
		font-size: 14px;
	}
}

@media screen and (max-width: 980px) {
	#nav, #social, #top-links li:last-of-type, #top-links li:nth-of-type(3) {
		display: none;
	}
	#mobile-options {
		display: block;
	}
	#top-links {
		width: 100%;
		right: 0;
	}
	#top-links li {
		display: block;
		margin: 0 !important;
		width: 50%;
		float: left;
		text-align: center;
	}
	#top-links li a {
		margin: 0 !important;
		padding-right: 10px;
	}
	#top-links li #show-quick-links {
		border-radius: 0 0 0 17px;
	}
	header .page-wrapper {
		min-height: 155px;
	}
	#logo {
		top: 50px;
	}
	#banner img, #banner-slider.flexslider .slides div.home-image img {
		width: 150%;
		margin-left: -25%;
	}
}

@media screen and (max-width: 960px) {
	#quick-links {
		height: 450px;
		margin-top: -475px;
	}
	#quick-links .page-wrapper div {
		display: block;
		padding: 0 0 30px 0;
		border-right: 0;
		width: 450px;
		margin: 0 auto;
	}
	#quick-links .page-wrapper ul, #airline-checkins ul {
		display: inline-block;
		margin-left: 30px;
	}
	#quick-links .page-wrapper ul:first-of-type, #airline-checkins ul:first-of-type {
		margin-left: 0;
	}
	.blog-post img {
		width: 150px;
	}
}

@media screen and (max-width: 950px) {
	footer > div:first-of-type ul {
		margin: 0 30px;
	}
}

@media screen and (max-width: 890px) {
	#carousel {
		display: none;
	}
}

@media screen and (max-width: 860px) {
	#blog-menu {
		display: none;
	}
	.page-template-template-blog #content-wrapper > .page-wrapper > div, .search #content-wrapper > .page-wrapper > div, .single-post #content-wrapper > .page-wrapper > div, .category #content-wrapper > .page-wrapper > div {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 840px) {
	footer > div:first-of-type ul {
		margin: 0 0 35px 0;
		display: block;
		float: left;
	}
	footer > div:first-of-type ul:last-of-type {
		clear: left;
	}
	footer > div:first-of-type ul:nth-of-type(odd) {
		width: 300px;
		margin-left: calc(50% - 250px);
	}
	#online-tool > div:nth-of-type(2) {
		float: none;
		width: 100%;
		padding-right: 0;
		border-right: 0;
		margin-right: 0;
		min-height: 0;
	}
	#online-tool > div:last-of-type {
		float: none;
		width: 270px;
		margin: 50px auto 0 auto;
	}
}

@media screen and (max-width: 800px) {
	.page-template-template-contact #content-wrapper > .page-wrapper > div:nth-of-type(3) div, #proposal-contact-wrapper > div:nth-of-type(3) div {
		float: left;
		width: calc(50% - 15px);
	}
	.page-template-template-contact #content-wrapper > .page-wrapper > div:nth-of-type(3) div:nth-of-type(even), #proposal-contact-wrapper > div:nth-of-type(3) div:nth-of-type(even) {
		margin-right: 0;
		clear: none;
	}
	.page-template-template-contact #content-wrapper > .page-wrapper > div:nth-of-type(3) div:nth-of-type(odd), #proposal-contact-wrapper > div:nth-of-type(3) div:nth-of-type(odd) {
		clear: left;
		margin-right: 30px;
	}
}

@media screen and (max-width: 780px) {
	#sub-nav {
		display: none;
	}
	.page-template-default #content-wrapper > .page-wrapper > div, .page-template-template-experience #content-wrapper > .page-wrapper > div {
		width: 100%;
		float: none;
	}
	#show-group-experience div {
		width: calc(50% - 10px);
	}
	#show-group-experience div:nth-of-type(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}
	#show-group-experience div:nth-of-type(3n+1) {
		clear: none;
	}
	#show-group-experience div:nth-of-type(odd) {
		clear: left;
		margin-right: 20px;
	}
	#banner p {
		font-size: 54px;
	}
}

@media screen and (max-width: 740px) {
	#online-tool > img {
		display: none;
	}
	#online-tool > div:first-of-type {
		float: none;
		width: 100%;
	}
	.page-template-template-contact #content-wrapper > .page-wrapper > div:first-of-type, .page-template-template-contact #content-wrapper > .page-wrapper > div:nth-of-type(2), #proposal-contact-wrapper > div:first-of-type, #proposal-contact-wrapper > div:nth-of-type(2) {
		float: none;
		margin: 0 0 45px 0;
		max-width: 100%;
	}
	.page-template-template-contact #content-wrapper > .page-wrapper > div:first-of-type, #proposal-contact-wrapper > div:first-of-type {
		width: 100%;
	}
	.home #content-wrapper > .page-wrapper > p:first-of-type {
		font-size: 19px;
	}
}

@media screen and (max-width: 680px) {
	.show-me-mobile > div:nth-of-type(odd) {
		display: none;
	}
	.show-me-mobile > div:nth-of-type(even) {
		width: 100%;
	}
	#banner p {
		font-size: 44px;
	}
	#banner img, #banner-slider.flexslider .slides div.home-image img {
		width: 180%;
		margin-left: -40%;
	}
	#banner .home-banner span, #banner-slider .home-banner span {
		font-size: 50px;
	}
}

@media screen and (max-width: 600px) {
	#our-people div {
		float: none;
		margin-bottom: 55px;
	}
	#our-people div:nth-of-type(odd) {
		margin: 0 0 20px 0;
		width: 100%;
	}
	#our-people div:nth-of-type(even) {
		width: 100%;
	}
	#our-people div:nth-of-type(odd) > img {
		width: 90%;
		max-width: 310px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 580px) {
	footer > div:first-of-type ul {
		display: block;
		float: none;
		margin: 0 auto 35px auto !important;
	}
	footer > div:first-of-type div img {
		display: block;
		margin: 30px auto 0 auto !important;
	}
	footer > div:first-of-type ul {
		width: 180px !important;
		padding-left: 45px;
	}
	#banner p {
		font-size: 34px;
	}
}

@media screen and (max-width: 570px) {
	.page-template-template-contact #content-wrapper > .page-wrapper > div:nth-of-type(3) div, #proposal-contact-wrapper > div:nth-of-type(3) div {
		float: none;
		width: 100%;
		clear: none;
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 560px) {
	.blog-post img {
		float: none;
		margin: 0 auto 30px auto;
		width: 100%;
		max-width: 300px;
	}
	#banner .home-banner span, #banner-slider .home-banner span {
		font-size: 40px;
	}
}

@media screen and (max-width: 520px) {
	#show-group-experience div {
		width: 100%;
		clear: left;
	}
	#show-group-experience div:nth-of-type(odd) {
		clear: left;
		margin-right: 0;
	}
}

@media screen and (max-width: 480px) {
	#quick-links {
		height: 610px;
		margin-top: -635px;
	}
	#quick-links .page-wrapper ul, #airline-checkins ul {
		display: block;
		margin-left: 0;
	}
	#quick-links .page-wrapper div {
		width: 290px;
	}
	#quick-links .page-wrapper ul, #airline-checkins ul {
		margin-left: 0;
	}
	#banner img, #banner-slider.flexslider .slides div.home-image img {
		width: 220%;
		margin-left: -60%;
	}
	#banner .home-banner span, #banner-slider .home-banner span {
		font-size: 36px;
	}
	#banner a.button, #banner-slider a.button {
		padding: 5px 10px;
		font-size: 16px;
	}
	#banner .home-banner, #banner-slider .home-banner {
		top: 28%;
	}
}

@media screen and (max-width: 400px) {
	#logo {
		width: 125px;
		top: 60px;
	}
	#mobile-options img {
		width: 35px;
	}
	#mobile-options a {
		padding: 35px 20px;
	}
}

@media screen and (max-width: 360px) {
	#top-links, #top-links li #show-quick-links {
		font-size: 12px;
	}
}


/* 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;
	}
}
