/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Bitter:400,400i,700");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

.strong,
b,
strong {
  font-weight: bold;
}

.em,
dfn,
em {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  margin: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:after,
q:before {
  content: '';
  content: none;
}

.small,
small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

menu {
  padding: 0 0 0 40px;
}

nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cf, .comment-respond,
.clearfix {
  zoom: 1;
}

.cf:after, .comment-respond:after, .cf:before, .comment-respond:before,
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.cf:after, .comment-respond:after,
.clearfix:after {
  clear: both;
}

span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important;
  font-style: italic;
}

/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

.white-btn, .comment-reply-link, #submit, .orange-btn, .elm-button {
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
  display: inline-block;
  position: relative;
  padding: 13px 25px;
  color: #ffa84a;
  border: 2px solid;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 1px;
  margin: 25px 0;
}

.white-btn:focus, .comment-reply-link:focus, #submit:focus, .orange-btn:focus, .elm-button:focus, .white-btn:hover, .comment-reply-link:hover, #submit:hover, .orange-btn:hover, .elm-button:hover {
  color: #ffa84a;
  background: #fff;
  outline: none;
  text-decoration: none;
}

.white-btn:active, .comment-reply-link:active, #submit:active, .orange-btn:active, .elm-button:active {
  top: 1px;
}

.white-btn, .comment-reply-link, #submit {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.white-btn:visited, .comment-reply-link:visited, #submit:visited {
  color: #fff;
}

.white-btn:focus, .comment-reply-link:focus, #submit:focus, .white-btn:hover, .comment-reply-link:hover, #submit:hover {
  background-color: #fff;
  color: #ffa84a;
}

.white-btn:active, .comment-reply-link:active, #submit:active {
  background-color: #ffa84a;
}

.orange-btn {
  color: #ffa84a;
  background-color: transparent;
  border-color: #ffa84a;
}

.orange-btn:visited {
  color: #ffa84a;
}

.orange-btn:focus, .orange-btn:hover {
  color: #fff !important;
  background-color: #ffa84a;
}

.orange-btn:active {
  color: #fff;
  background-color: #ffa84a;
}

.elm-button {
  background-color: transparent;
  border-color: #03363a;
  color: #03363a;
}

.elm-button:visited {
  color: #03363a !important;
}

.elm-button:hover, .elm-button:focus {
  background: #03363a;
  color: #fff;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #32302b;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}

input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #f7f8fa;
  outline: none;
}

input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}

input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}

input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}

input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

.sidebar .searchform {
  vertical-align: top;
}

.sidebar input[type="search"] {
  background: #054146;
  border: none;
  color: #fff;
  border-radius: 0;
  height: 50px;
  font-size: 14pt;
  width: 80%;
  padding: 0 0 0 12px;
  display: inline-block;
}

.sidebar input[type="search"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}

.sidebar input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.sidebar input[type="search"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}

.sidebar input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.sidebar #searchsubmit {
  display: inline-block;
  border: none;
  background: #054146;
  height: 50px;
  margin-bottom: 14px;
  position: relative;
  top: -6px;
}

.sidebar #searchsubmit .fa {
  font-size: .8em;
  border: none;
  background: #ffa84a;
  color: #03363a;
  border-radius: 50px;
  padding: 5px 6px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.sidebar #searchsubmit .fa:before {
  position: relative;
  left: 1px;
  top: 1px;
}

.sidebar #searchsubmit:hover .fa, .sidebar #searchsubmit:focus .fa {
  background: #09666d;
}

body {
  color: #32302b;
  background-color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

p {
  line-height: 1.8em;
  margin-bottom: 25px;
}

/* ****************** LAYOUT & GRID STYLES ******************* */
.wrap {
  width: 96%;
  margin: 0 auto;
}

.large {
  color: #ffa84a;
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 2em;
  line-height: 1em;
  font-weight: 600;
  margin-right: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

/******************* ACCORDION STYLES ******************* */
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.panel,
.panel-default > .panel-heading {
  background-color: transparent;
}

.panel-default {
  border: none;
}

.panel-title {
  color: #ffa84a;
  font-size: 15pt;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.panel-title a {
  display: block;
}

.panel-default > .panel-heading {
  color: #ffa84a;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default > .panel-heading a {
  display: block;
  padding: 10px 0;
}

.panel-default > .panel-heading a:hover, .panel-default > .panel-heading a:focus {
  text-decoration: none;
}

.panel-default > .panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
  display: block;
  text-decoration: none !important;
}

.panel-default > .panel-heading a[aria-expanded="true"]:hover, .panel-default > .panel-heading a[aria-expanded="true"]:focus {
  text-decoration: none;
  outline: none;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #ffa84a;
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #ffa84a;
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}

/* ****************** LINK STYLES ******************* */
a,
a:visited {
  color: #ffa84a;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

a:focus, a:hover,
a:visited:focus,
a:visited:hover {
  color: #ff921c;
}

a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/**
 * ****************************************************************
 H1, H2, H3, H4, H5 STYLES
 * ****************************************************************
 */
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  color: #ffa84a;
}

.h1,
h1 {
  font-size: 2.5em;
  line-height: 1.333em;
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
}

.h2,
h2 {
  margin-bottom: 0.375em;
  font-size: 1.75em;
  line-height: 1.4em;
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
}

.h3,
h3 {
  font-size: 1.4em;
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
}

.h4,
h4 {
  font-size: 1.1em;
  font-weight: 700;
}

.h5,
h5 {
  text-transform: uppercase;
  font-size: 0.846em;
  line-height: 2.09em;
  letter-spacing: 2px;
}

/* ****************** HEADER STYLES ******************* */
.home .header {
  background: url("../images/home-hero.jpg") no-repeat bottom center;
  background-size: cover;
  color: #fff;
  min-height: 550px;
}

.header {
  background: url("../images/page-hero.jpg") no-repeat bottom center;
  background-size: cover;
  min-height: 400px;
}

.header .home-head {
  text-align: center;
  padding: 75px 0;
}

.header .home-head h3 {
  color: #fff;
}

.header .page-head {
  text-align: center;
  padding: 75px 0;
  max-width: 950px;
  margin: 0 auto;
}

.header .page-head h1 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin: 0;
}

.header h1 {
  color: #ffa84a;
  line-height: 1.1em;
  margin-top: 0;
  font-size: 2.2em;
}

.header h3 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  letter-spacing: 1px;
}

#logo {
  margin: 15px 0;
}

#logo img {
  max-width: 225px;
}

#logo a {
  color: #fff;
}

/* ****************** NAVIGATION STYLES ******************* */
.nav {
  margin: 0;
  border-bottom: 0;
}

.nav li a {
  display: block;
  padding: 10px 5px;
  color: #fff;
  text-decoration: none;
}

.nav li ul.children li a,
.nav li ul.sub-menu li a {
  padding-left: 30px;
}

/* end .nav */
/* ****************** POSTS & CONTENT STYLES ******************* */
.home-sidebar {
  background: url("../images/home-sidebar-mobile.png") no-repeat top center;
  background-size: contain;
  min-height: 450px;
  margin: 50px 0 25px;
  text-align: center;
  position: relative;
}

.hm-side-cont {
  text-align: center;
  position: absolute;
  bottom: 60px;
  width: 80%;
}

.hm-side-cont img {
  max-width: 150px;
  display: block;
  margin: 0 auto;
}

.hm-side-cont p {
  font-size: 10pt;
  font-weight: 600;
  margin-bottom: 0;
}

.book-mag {
  background: url("../images/book-mag.png") no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 190px;
  text-align: center;
}

.book-mag h4 {
  color: #ffa84a;
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  letter-spacing: 1px;
  line-height: 1.4em;
}

#lets-get-started {
  background: url("../images/lgs-bg.jpg") repeat center center;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}

#lets-get-started .col-md-4 {
  text-align: center;
}

#lets-get-started h3 {
  color: #ffa84a;
  font-size: 1.8em;
  letter-spacing: 1px;
}

#lets-get-started h1 {
  font-weight: 500;
  color: #fff;
}

#lets-get-started .white-btn, #lets-get-started .comment-reply-link, #lets-get-started #submit {
  padding: 13px 50px;
}

#get-social {
  background: #03363a;
  color: #fff;
  padding: 50px 0;
  font-size: 10pt;
}

#get-social h3 {
  color: #ffa84a;
  margin: 0 0 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #09666d;
  font-size: 18pt;
}

#get-social a {
  color: #fff;
}

#get-social a:visited {
  color: white;
}

#get-social a:hover, #get-social a:focus {
  color: #ffa84a;
  text-decoration: none;
}

#get-social .hm-blog {
  list-style-type: none;
  padding-left: 0;
}

.social-box li {
  margin-bottom: 25px;
}

.social-box li:last-of-type {
  margin-bottom: 0;
}

.social-box #ctf .ctf-item {
  padding-top: 0;
}

.social-box #ctf.ctf-styles .ctf-author-screenname, .social-box #ctf.ctf-styles .ctf-context, .social-box #ctf.ctf-styles .ctf-twitterlink, .social-box #ctf.ctf-styles .ctf-tweet-meta {
  margin: 0;
  font-style: italic;
}

.social-box #ctf.ctf-styles .ctf-author-screenname a, .social-box #ctf.ctf-styles .ctf-context a, .social-box #ctf.ctf-styles .ctf-twitterlink a, .social-box #ctf.ctf-styles .ctf-tweet-meta a {
  color: #09666d !important;
  font-size: 10pt;
}

.social-box #cff.cff-default-styles .cff-date {
  font-size: 10pt;
}

.social-box #ctf.ctf-super-narrow .ctf-author-box {
  min-height: 0;
}

.social-box #cff.cff-default-styles a:hover, .social-box #cff.cff-default-styles a:focus {
  text-decoration: none;
}

.social-box .blog-title {
  font-weight: bold;
  display: block;
}

.social-box .blog-date {
  color: #09666d;
  font-style: italic;
  display: block;
}

#cff .cff-item {
  border-bottom: 0;
}

#cff.cff-default-styles .cff-date {
  color: #09666d;
  font-style: italic;
}

#cff .cff-item {
  padding-top: 0;
}

.cff-date-dot {
  display: none;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.speakingworkshops #content {
  margin-top: 0;
}

#sw-sec1 {
  padding: 50px 0;
  background: url("../images/tree-bg.jpg") no-repeat bottom left;
}

#sw-sec1 .col-sm-3 {
  text-align: center;
}

#sw-sec1 .col-sm-3 img {
  margin-bottom: 25px;
}

#sw-sec2 {
  padding: 50px 0;
  background: url("../images/lgs-bg.jpg") repeat;
}

#sw-sec2 h2 {
  color: #ffa84a;
  text-align: center;
  font-size: 26pt;
  margin-bottom: 35px;
}

#sw-sec2 .owl-nav {
  display: none;
}

.owl-item .sp-topic {
  -moz-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: 0 0 25px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 25px 15px rgba(0, 0, 0, 0.3);
}

.owl-item.center .sp-topic {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.sp-topic {
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

.sp-topic .main-head {
  color: #03363a;
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 18pt;
  margin: 25px 25px 0 25px;
  padding-top: 25px;
  line-height: 1.4em;
}

.sp-topic .sub-head {
  font-weight: normal;
  font-size: 18pt;
}

.sp-topic .description {
  font-size: 10pt;
  color: #000;
  font-weight: 600;
  padding: 0 25px 25px;
}

.sp-topic .learning-out {
  background-color: #03363a;
  padding: 25px;
  color: #fff;
  font-size: 10pt;
}

.sp-topic .learning-out h4 {
  color: #ffa84a;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: 1px;
}

.sp-topic .learning-out ol {
  list-style-position: inside;
  padding-left: 0;
}

.owl-nav {
  color: #ffa84a;
  font-size: 3em;
}

.owl-nav .owl-prev {
  position: absolute;
  top: 33%;
  left: calc(50% - 320px);
}

.owl-nav .owl-next {
  position: absolute;
  top: 33%;
  right: calc(50% - 315px);
}

#upcoming-event {
  padding: 35px 0;
  text-align: center;
}

#upcoming-event h2 {
  color: #ffa84a;
  margin: 0;
}

#upcoming-event h2 .turq {
  color: #03363a;
  font-weight: normal;
  font-size: .9em;
}

#testimonials {
  background-color: #03363a;
  color: #fff;
  padding: 35px 0;
}

#testimonials blockquote {
  border-left: none;
  margin: 0;
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
}

#testimonials cite {
  text-align: center;
  color: #ffa84a;
  display: block;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14pt;
  margin: 25px 0 0;
}

#testimonials cite .test-title {
  color: #fff;
  display: block;
  font-style: italic;
  text-transform: none;
  font-size: 12pt;
  font-weight: 400;
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  margin-top: 7px;
}

.about #content {
  background: url("../images/tree-bg.jpg") no-repeat bottom left;
}

#about-sidebar {
  position: relative;
}

#about-sidebar .sidebar-wrap {
  max-width: 417px;
  background: url("../images/about-sidebar.png") no-repeat top center;
  padding: 35px 25px 220px 25px;
  display: block;
  margin: 0 auto;
}

#about-sidebar .about-head h4 {
  color: #09666d;
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 16pt;
  margin-bottom: 0;
}

#about-sidebar .about-head h5 {
  color: #09666d;
  margin-top: 0;
  font-size: 12pt;
  font-weight: normal;
}

#about-sidebar .about-head p {
  font-size: 12pt;
  margin: 0 0 10px;
  line-height: 1.2em;
  font-weight: 600;
}

#about-sidebar .boots {
  position: absolute;
  bottom: -25px;
  right: 0;
}

.cont-info {
  margin-top: 10px;
}

.cont-info h5 {
  text-transform: none;
  line-height: 1.2em;
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  letter-spacing: 0;
  max-width: 200px;
  color: #09666d;
  font-weight: normal;
  font-size: 12pt;
}

.cont-info p {
  font-size: 11pt;
  margin: 0 0 10px;
  line-height: 1.5em;
  font-weight: 500;
}

.cont-info a {
  color: #000;
}

.cont-info a:visited {
  color: #000;
}

.cont-info a:hover, .cont-info a:focus {
  color: #09666d;
  text-decoration: none;
}

.about-side-cont {
  margin-top: 10px;
  text-align: center;
}

.about-side-cont p {
  font-weight: 600;
  text-align: center;
  font-size: 11pt;
  margin-bottom: 10px;
}

.about-side-cont .logos {
  display: block;
  margin: 0 auto;
}

.outplacement-services .header,
.career-services .header,
.portfolio .header,
.career-tools .header {
  background: url("../images/page-hero.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.outplacement-services #content,
.career-services #content,
.portfolio #content,
.career-tools #content {
  margin: 0 0 -300px;
  position: relative;
  top: -300px;
  padding: 325px 0 50px;
  background: url("../images/op-trees.png") no-repeat bottom right;
  border-bottom: 1px solid #d7d7d7;
  z-index: 1;
}

.outplacement-services #content .col-md-5,
.career-services #content .col-md-5,
.portfolio #content .col-md-5,
.career-tools #content .col-md-5 {
  text-align: center;
}

.career-tools #content {
  padding-bottom: 0;
  border-bottom: none;
}

.career-services #main h2:first-of-type,
.portfolio #main h2:first-of-type,
.career-tools #main h2:first-of-type {
  margin-top: 0;
}

.career-services #content .col-md-5,
.portfolio #content .col-md-5,
.career-tools #content .col-md-5 {
  padding-top: 1.5em;
}

#service-products {
  background: url("../images/lgs-bg.jpg") repeat;
  padding: 50px 0;
}

.prod-wrap {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 25px 25px 75px 25px;
  position: relative;
  max-width: 415px;
  display: block;
  margin: 0 auto 30px;
  overflow: hidden;
}

.prod-wrap.show-cart {
	background-color:transparent;	
}

.prod-wrap a {
  color: #e59136;
  font-weight: bold;
}

.prod-wrap .price {
  color: #fff;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 96px;
  height: 96px;
  background: #ffa84a;
  border-radius: 50px;
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 18pt;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prod-wrap .price .price-text {
  min-width: 55px;
  display: block;
  padding: 4px 10px 0 0;
}

.prod-wrap h3 {
  color: #03363a;
  margin: 15px 0 0;
  font-size: 18pt;
  max-width: 82%;
  z-index: 2;
  position: relative;
}

.prod-wrap .prod-descrip {
  font-size: 10.5pt;
  font-weight: 600;
  margin: 25px 0 0;
}

.prod-wrap .add-to-cart {
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 16pt;
  font-weight: bold;
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.add-to-cart.view-cart:hover,
.add-to-cart input[type=image]:hover {
	opacity:.5;
}

.prod-wrap .add-to-cart a {
  color: #e59136;
}

#os-sec2 {
  padding: 50px 0;
}

#os-sec2 h3 {
  color: #ffa84a;
  font-size: 18pt;
  margin: 25px 0 5px;
}

#os-sec2 h3:first-of-type {
  margin-top: 0;
}

#os-contact {
  padding: 35px 0;
  background-color: #03363a;
}

#os-contact h2 {
  color: #fff;
  font-weight: 500;
  font-size: 18pt;
  text-align: center;
}

#os-contact .col-md-5 {
  text-align: center;
}

.excerpt-read-more {
  display: none;
}

.blog #inner-content.container,
.search #inner-content.container,
.archive #inner-content.container,
.single-post #inner-content.container {
  width: 100%;
  max-width: 1320px;
}

.blog #inner-content #main,
.search #inner-content #main,
.archive #inner-content #main,
.single-post #inner-content #main {
  padding: 0 25px;
  background-color: #fff;
}

.blog .entry-title,
.search .entry-title,
.archive .entry-title,
.single-post .entry-title {
  color: #ffa84a;
}

.blog .entry-title a,
.search .entry-title a,
.archive .entry-title a,
.single-post .entry-title a {
  color: #ffa84a;
}

.blog .entry-title a:visited,
.search .entry-title a:visited,
.archive .entry-title a:visited,
.single-post .entry-title a:visited {
  color: #ffa84a;
}

.blog .entry-title a:hover, .blog .entry-title a:focus,
.search .entry-title a:hover,
.search .entry-title a:focus,
.archive .entry-title a:hover,
.archive .entry-title a:focus,
.single-post .entry-title a:hover,
.single-post .entry-title a:focus {
  color: #09666d;
  text-decoration: none;
}

.blog .hentry,
.search .hentry,
.archive .hentry,
.single-post .hentry {
  border-bottom: 1px solid #e1e1e1;
}

.single-post .hentry {
  border-bottom: none;
}

#portfolio-items {
  background: url("../images/lgs-bg.jpg") repeat;
  padding: 50px 0;
  border-bottom: 10px solid #03363a;
}

.feature-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.feature-wrap h3 {
  font-weight: normal;
  font-size: 15pt;
}

.feature-wrap h3.fa_title {
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  max-width: 250px;
  line-height: 1.4em;
  margin-bottom: 0;
}

.feature-wrap h4 {
  color: #fff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1.4em;
  max-width: 250px;
  font-size: 11pt;
  margin-top: 0;
}

#collapseFeatured .col-sm-6:last-of-type .feature-wrap {
  border-bottom: none;
}

#collapseFeatured .elm-button {
  border-color: #fff;
  color: #fff;
}

#collapseFeatured .elm-button:hover, #collapseFeatured .elm-button:focus {
  background-color: #fff;
  color: #03363a;
}

.fa_rm {
  text-transform: uppercase;
}

.fa_rm .glyphicon {
  font-size: .6em;
  margin-left: 5px;
  position: relative;
  font-size: .6em;
  top: -2px;
}

.fa_rm:hover, .fa_rm:focus {
  color: #0d929c;
}

.leadership-list {
  color: #fff;
  font-size: 11pt;
  line-height: 2em;
}

.leadership-list a {
  display: inline !important;
  color: #fff;
  text-decoration: underline;
}

.leadership-list a:hover, .leadership-list a:focus {
  color: #0d929c;
}

.leadership-list .orange {
  color: #ffa84a;
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 12pt;
}

#collapseEngagements h4 {
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: normal;
}

#collapseEngagements p {
  color: #fff;
}

#collapseEngagements em {
  display: block;
}

#collapsePrevious a {
  display: inline !important;
  color: #fff;
  text-decoration: underline;
  padding: 0;
}

#collapsePrevious a:hover, #collapsePrevious a:focus {
  color: #0d929c;
}

#collapsePrevious p {
  margin-bottom: 0;
  color: #fff;
  line-height: 2em;
  font-size: 11pt;
}

#collapsePrevious p .orange {
  color: #ffa84a;
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 12pt;
}

#tools {
  background: url("../images/lgs-bg.jpg") repeat;
  padding: 50px 0;
}

#tools .panel-title {
  font-size: 18pt;
}

#tools .panel-default > .panel-heading a[aria-expanded="false"]:after {
  font-size: 12pt;
  position: relative;
  top: 10px;
}

.coach h4 {
  font-size: 12pt;
  margin: 0;
  line-height: 1.4em;
}

.coach p {
  font-size: 10.5pt;
  color: #fff;
}

.coach a {
  padding: 0 !important;
  color: #fff;
  text-decoration: none;
}

.coach a:visited {
  color: #fff;
}

.coach a:hover, .coach a:focus {
  color: #ffa84a;
}

#content {
  margin-top: 50px;
}

.hentry {
  margin-bottom: 15px;
}

.hentry header {
  padding: 1.5em 0 0;
}

.hentry footer {
  padding: 0 0 1.5em;
}

.hentry footer p {
  margin: 0;
}

/* end .hentry */
.comment_link:hover, .comment_link:focus {
  text-decoration: none;
  color: #ffa84a;
}

.bf-share {
  font-weight: bold;
}

.bf-share a {
  color: #03363a;
}

.bf-share .sep {
  display: none;
}

.bf-share .social-links a:hover, .bf-share .social-links a:focus {
  color: #03363a;
}

.bf-share .social-links a:first-of-type {
  margin-left: 10px;
}

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

.entry-title,
.page-title,
.single-title {
  margin: 0;
  font-size: 22pt;
}

.byline {
  margin: 0;
}

/* entry content */
.entry-content {
  padding: 1.5em 0 0;
}

.entry-content h2 {
  color: #ffa84a;
  max-width: 700px;
  font-size: 22pt;
}

.entry-content p {
  margin: 0 0 1.5em;
}

.entry-content table {
  width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #eaedf2;
}

.entry-content table caption {
  margin: 0 0 7px;
  color: #9fa6b4;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 1px;
}

.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}

.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}

.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}

.entry-content td:last-child {
  border-right: 0;
}

.entry-content th {
  border-right: 1px solid #eaedf2;
  border-bottom: 1px solid #eaedf2;
  background-color: #f8f9fa;
}

.entry-content th:last-child {
  border-right: 0;
}

.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  color: #9fa6b4;
  border-left: 3px solid #2980b9;
  font-style: italic;
}

.entry-content dd {
  margin-bottom: 1.5em;
  margin-left: 0;
  color: #787878;
  font-size: 0.9em;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  margin: 0 0 1.5em 0;
}

.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  margin: 0 0 1.5em;
  padding: 1.5em;
  color: #f8f9fa;
  border-radius: 3px;
  background: #000;
  font-size: 0.9em;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  padding: 5px;
  background: #eee;
  /* images inside wp-caption */
}

.wp-caption img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.wp-caption p.wp-caption-text {
  margin: 4px 0 7px;
  text-align: center;
  font-size: 0.85em;
}

/* end .wp-caption */
.tags {
  margin: 0;
}

.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}

.pagination ul {
  display: inline-block;
  clear: both;
  padding: 0;
  border-radius: 3px;
  background-color: #fff;
  white-space: nowrap;
}

.pagination li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}

.pagination a,
.pagination span {
  display: block;
  min-width: 1em;
  margin: 0;
  padding: 0;
  padding: 0.75em;
  color: #2980b9;
  text-decoration: none;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
}

.pagination a:focus, .pagination a:hover,
.pagination span:focus,
.pagination span:hover {
  color: #fff;
  background-color: #2980b9;
}

.pagination .current {
  color: #32302b;
  cursor: default;
}

.pagination .current:focus, .pagination .current:hover {
  color: #32302b;
  background-color: #fff;
}

.wp-prev-next .prev-link {
  float: left;
}

.wp-prev-next .next-link {
  float: right;
}

#comments-title {
  margin: 0;
  padding: 0.75em;
  border-top: 1px solid #f8f9fa;
}

.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  padding: 1.5em;
  overflow: hidden;
  border-bottom: 1px solid #f8f9fa;
}

.comment .comment-author {
  padding: 7px;
  border: 0;
}

.comment .vcard {
  margin-left: 50px;
}

.comment .vcard cite.fn {
  font-style: normal;
  font-weight: 700;
}

.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}

.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}

.comment .vcard time a:hover {
  text-decoration: underline;
}

.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}

.comment:last-child {
  margin-bottom: 0;
}

.comment .children {
  margin: 0;
}

.comment[class*=depth-] {
  margin-top: 1.1em;
}

.comment.depth-1 {
  margin-top: 0;
  margin-left: 0;
}

.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}

.comment.odd {
  background-color: #fff;
}

.comment.even {
  background: #f8f9fa;
}

.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.comment-reply-link {
  float: right;
  font-size: 0.9em;
}

.comment-edit-link {
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
  font-style: italic;
}

.comment-respond {
  padding: 1.5em 0;
  border-top: 1px solid #f8f9fa;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  margin: 0;
  color: #9fa6b4;
  font-style: italic;
}

.logged-in-as a {
  color: #32302b;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em;
}

#submit {
  float: right;
  font-size: 1em;
}

#comment-form-title {
  margin: 0 0 1.1em;
}

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
  margin: 0 20px 1.1em;
}

/* ****************** SIDEBARS & ASIDES ******************* */
.sidebar {
  background-color: #03363a;
  color: #fff;
  padding: 25px 35px;
}

.sidebar a {
  color: #fff;
}

.sidebar a:visited {
  color: #fff;
}

.sidebar a:hover, .sidebar a:focus {
  color: #09666d;
  text-decoration: none;
}

.sidebar ul {
  list-style-type: none;
  padding-left: 0;
}

.widgettitle {
  color: #ffa84a;
  font-family: "Bitter", "Georgia", Cambria, Times New Roman, Times, serif;
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 22pt;
}

.widget {
  margin-bottom: 35px;
}

.no-widgets {
  margin-bottom: 1.5em;
  padding: 1.5em;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  text-align: center;
}

/* ****************** BACK TO TOP STYLES ******************* */
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(255, 168, 74, 0.8) url("../images/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #ffa84a;
  opacity: 1;
}

/* ****************** FOOTER STYLES ******************* */
.footer {
  background: url("../images/footer-bg-mobile.png") repeat-y center center;
  background-size: auto;
  clear: both;
  color: #f8f9fa;
  background-color: #03363a;
  padding: 25px 0;
  text-align: center;
  border-top: 10px solid #03363a;
}
a.link-sitemap {
 color:#fff;
}
.copyright {
  font-size: 11pt;
  font-weight: 300;
  margin: 25px 0;
}

a.link-sitemap:hover,a.link-sitemap:focus,
.footer-links ul li a:hover, .footer-links ul li a:focus {
  background-color: transparent;
  color: #ffa84a;
  text-decoration:none;
}

.social-links {
  margin: 15px auto;
  display: block;
}

.social-links a {
  font-size: 1.25em;
  color: #fff;
  margin-right: 5px;
  padding: 8px;
  background: #03363a;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.social-links a:last-of-type {
  margin-right: 0;
}

.social-links a.fb {
  padding: 4px 12px;
}

.social-links a.tw {
  padding: 4px 8px;
}

.social-links a.li, .social-links a.share {
  padding: 4px 9px;
}

.social-links a .fa-share-alt {
  position: relative;
  left: -2px;
}

.social-links a:hover, .social-links a:focus {
  background-color: transparent;
  color: #fff;
}

@media only screen and (min-width: 576px) {
  /* ****************** POSTS & CONTENT STYLES ******************* */
  .entry-content .alignleft,
  .entry-content img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  /* end .entry-content */
  .hm-side-cont {
    text-align: center;
    position: absolute;
    bottom: 60px;
    width: 90%;
  }
  .hm-side-cont img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
  }
  .hm-side-cont p {
    font-size: 10pt;
    font-weight: 600;
    margin-bottom: 0;
  }
  .book-mag {
    background: url("../images/book-mag.png") no-repeat bottom center;
    padding-bottom: 240px;
  }
  #about-sidebar .sidebar-wrap {
    padding: 35px 35px 100px 50px;
  }
  .bf-share .comment_link {
    display: inline-block;
  }
  .bf-share .sep {
    display: initial;
  }
  .bf-share .social-links {
    display: inline;
  }
}

@media only screen and (min-width: 768px) {
  .wrap {
    width: 760px;
  }
  .header .home-head {
    padding: 50px 0 120px;
  }
  .header .home-head h1 {
    font-size: 55pt;
    max-width: 800px;
    display: block;
    margin: 0 auto 50px;
  }
  .header .home-head h3 {
    font-size: 14pt;
    margin-bottom: 35px;
    display: block;
    margin: 0 auto 25px;
    max-width: 850px;
  }
  .header .page-head h1 {
    font-size: 35pt;
  }
  .home-sidebar {
    margin-top: 0;
    position: relative;
    top: -25px;
    margin-bottom: -25px;
  }
  .hm-side-cont {
    width: 80%;
  }
  #testimonials blockquote {
    padding: 0 50px;
  }
  #test-carousel {
    background: url("../images/quote-open.png"), url("../images/quote-close.png");
    background-position: top 35px left 5px, top 35px right 5px;
    background-repeat: no-repeat, no-repeat;
    background-size: 35px, 35px;
  }
  #test-carousel .owl-stage {
    display: flex;
    align-items: center;
  }
  #about-sidebar .boots {
    bottom: -85px;
  }
  #service-products .row .col-sm-6:nth-of-type(2n+1) {
    clear: both;
  }
  .prod-wrap {
    min-height: 420px;
  }
  .feature-thumb {
    min-height: 180px;
    display: block;
  }
  .panel-title {
    font-size: 20pt;
  }
  .feature-wrap {
    border-bottom: none;
    margin-bottom: 50px;
    padding: 0;
  }
  .feature-wrap h3 {
    font-size: 1.4em;
  }
  .feature-wrap h3.fa_title {
    font-size: 14pt;
  }
  #collapseFeatured .col-sm-6:nth-of-type(2n+1) {
    clear: both;
  }
  #tools .panel-title {
    font-size: 26pt;
  }
  #tools .panel-default > .panel-heading a[aria-expanded="false"]:after {
    font-size: 20pt;
    position: relative;
    top: 10px;
  }
  #sw-sec2 .owl-nav {
    display: initial;
  }
  /* ******************* SIDEBARS & ASIDES ******************* */
  .widget {
    margin: 2.2em 0;
    padding: 0 10px;
  }
  .widget ul li {
    margin-bottom: 0.75em;
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  .article-footer {
    text-align: left;
  }
  .article-footer .row {
    display: flex;
    align-items: center;
  }
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .wrap {
    width: 1040px;
  }
  #logo {
    float: left;
    width: 200px;
  }
  #logo img {
    max-width: 200px;
  }
  .header .home-head h1 {
    font-size: 60pt;
    max-width: 800px;
    display: block;
    margin: 0 auto 50px;
  }
  .header .home-head h3 {
    font-size: 16pt;
  }
  /* ******************* NAVIGATION STYLES ******************* */
  .nav {
    border: 0;
    float: left;
    width: calc(100% - 225px);
    margin: 25px 0 25px 25px;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav ul {
    margin-top: 0;
  }
  .nav li {
    position: relative;
    float: left;
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    /* showing sub-menus */
  }
  .nav li a {
    border-bottom: 0;
    color: #fff;
  }
  .nav li a:focus, .nav li a:hover {
    color: #ffa84a;
    text-decoration: none;
    background: none;
  }
  .nav li ul.children,
  .nav li ul.sub-menu {
    z-index: 8999;
    visibility: hidden;
    position: absolute;
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    /* highlight sub-menu current page */
  }
  .nav li ul.children li a,
  .nav li ul.sub-menu li a {
    display: block;
    width: 180px;
    padding-left: 10px;
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.children li:last-child a,
  .nav li ul.sub-menu li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.children li ul,
  .nav li ul.sub-menu li ul {
    top: 0;
    left: 100%;
  }
  .nav li:hover > ul {
    visibility: visible;
    top: auto;
  }
  /* end .nav */
  .home-sidebar {
    background: url("../images/home-sidebar.png") no-repeat top center;
    background-size: contain;
    min-height: 525px;
  }
  .hm-side-cont {
    bottom: 125px;
    width: 70%;
  }
  .hm-side-cont img {
    max-width: 150px;
  }
  .book-mag {
    background: url("../images/book-mag.png") no-repeat bottom left 42%;
    background-size: 400px;
    min-height: 220px;
    padding: 100px 0 0;
    text-align: left;
  }
  .book-mag .col-md-3:first-of-type {
    text-align: right;
  }
  #lets-get-started {
    text-align: left;
  }
  #lets-get-started .row {
    display: flex;
    align-items: center;
  }
  #lets-get-started .col-md-4 {
    padding-right: 25px;
  }
  #lets-get-started .col-md-8 {
    padding-left: 50px;
    border-left: 1px solid rgba(255, 255, 255, 0.41);
  }
  #upcoming-event .orange-btn {
    margin: 15px 0 0;
  }
  #testimonials blockquote {
    padding: 0 100px;
    background-size: 75px, 75px;
  }
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
  .footer {
    background: #03363a url("../images/footer-bg.png") no-repeat center center;
    background-size: auto;
    padding: 0;
    text-align: left;
  }
  .footer .row:nth-of-type(2) {
    padding: 10px 0;
  }
  .footer .nav {
    width: 100%;
    margin: 25px 0 10px;
    float: none;
    text-align: right;
  }
  .footer .nav li {
    float: none;
    display: inline-block;
  }
  .footer .nav li a {
    padding: 5px;
  }
  #upcoming-event {
    text-align: left;
  }
  #upcoming-event .container {
    max-width: 950px;
  }
  #about-sidebar .sidebar-wrap {
    padding-bottom: 175px;
  }
  .outplacement-services #content {
    padding-top: 350px;
  }
  .outplacement-services #content .row {
    display: flex;
    align-items: center;
  }
  .career-services #content,
  .portfolio #content,
  .career-tools #content {
    padding-top: 350px;
  }
  .career-services #content .row,
  .portfolio #content .row,
  .career-tools #content .row {
    display: flex;
  }
  #service-products .row .col-sm-6:nth-of-type(2n+1) {
    clear: none;
  }
  #service-products .row .col-md-4:nth-of-type(3n+1) {
    clear: both;
  }
  #os-contact h2 {
    text-align: left;
  }
  #collapseFeatured .col-sm-6:nth-of-type(2n+1) {
    clear: none;
  }
  #collapseFeatured .col-sm-6:nth-of-type(4n+1) {
    clear: both;
  }
  .foot-logo {
    margin-top: 15px;
  }
  .copyright {
    margin: 10px 0 0 10px;
  }
  .social-links {
    margin: 0;
    text-align: right;
  }
}

@media only screen and (min-width: 1200px) {
  #logo {
    float: left;
    width: 272px;
  }
  #logo img {
    max-width: 272px;
  }
  .header {
    min-height: 488px;
  }
  .header .home-head {
    padding: 150px 0 200px;
  }
  .header .home-head h1 {
    font-size: 70pt;
    max-width: 800px;
    display: block;
    margin: 0 auto 50px;
  }
  .header .home-head h3 {
    font-size: 18pt;
    max-width: 950px;
    font-weight: 400;
    margin-bottom: 50px;
  }
  .header .page-head h1 {
    font-size: 45pt;
  }
  .nav {
    width: calc(100% - 322px);
    margin: 45px 0 35px 50px;
  }
  .nav li {
    letter-spacing: 1px;
  }
  .nav li a {
    padding: 10px 7px;
  }
  .home-sidebar {
    min-height: 610px;
  }
  .hm-side-cont {
    bottom: 130px;
  }
  .hm-side-cont p {
    font-size: 11pt;
  }
  .hm-side-cont img {
    max-width: 200px;
  }
  .book-mag {
    background-size: auto;
    padding-top: 75px;
  }
  .book-mag h4 {
    font-size: 17pt;
  }
  .owl-nav .owl-prev {
    left: calc(33% - 45px);
  }
  .owl-nav .owl-next {
    right: calc(33% - 45px);
  }
  #test-carousel {
    background-size: 100px, 100px;
  }
  #test-carousel blockquote {
    padding: 0 150px;
  }
  #about-sidebar .boots {
    right: -75px;
  }
  /* ******************* SIDEBARS & ASIDES ******************* */
  .blog .header,
  .archive .header,
  .search .header,
  .single-post .header {
    background-image: url("../images/page-hero.png");
    z-index: 2;
    position: relative;
  }
  .blog #content,
  .archive #content,
  .search #content,
  .single-post #content {
    z-index: 1;
  }
  .blog #inner-content > .row,
  .archive #inner-content > .row,
  .search #inner-content > .row,
  .single-post #inner-content > .row {
    display: flex;
  }
  .blog #main,
  .archive #main,
  .search #main,
  .single-post #main {
    padding: 0;
  }
  .blog .footer,
  .archive .footer,
  .search .footer,
  .single-post .footer {
    padding-top: 15px;
  }
  .elm-wrapper {
    text-align: left;
  }
  .sidebar {
    position: relative;
    top: -488px;
    margin-bottom: -488px;
    padding-top: 488px;
  }
  .footer .nav {
    margin: 35px 0 25px;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    width: 1320px;
  }
  .header .home-head {
    padding: 200px 0 300px;
  }
  .header .home-head h1 {
    font-size: 90pt;
    max-width: 1000px;
  }
  .header .home-head h3 {
    font-size: 20pt;
    max-width: 1050px;
  }
  .nav {
    width: calc(100% - 347px);
    margin: 45px 0 35px 75px;
  }
  .nav li a {
    padding: 10px 15px;
  }
  .home-sidebar {
    min-height: 700px;
    top: -50px;
    margin-bottom: -50px;
  }
  .hm-side-cont {
    bottom: 150px;
  }
  .hm-side-cont img {
    max-width: 100%;
  }
  .book-mag {
    margin-top: -75px;
  }
  .book-mag h4 {
    font-size: 20pt;
  }
  #lets-get-started h1 {
    font-size: 3em;
  }
  #test-carousel {
    background-size: auto, auto;
  }
  #test-carousel blockquote {
    padding: 0 200px;
  }
  #about-sidebar {
    bottom: -40px;
    margin-top: -40px;
  }
  #about-sidebar .sidebar-wrap {
    padding-bottom: 100px;
  }
  #about-sidebar .boots {
    right: -150px;
  }
  .about #testimonials {
    padding-top: 50px;
  }
  .footer .nav {
    width: 100%;
    margin: 25px 0;
  }
  .footer .nav li a {
    padding: 5px 10px;
  }
}

@media print {
  * {
    color: black !important;
    background: transparent !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    widows: 3;
    orphans: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .page-navigation,
  .respond-form,
  .sidebar,
  .wp-prev-next,
  nav {
    display: none;
  }
}
