/****************************************
 Global Styles
****************************************/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  letter-spacing: 2px;
  margin: 0;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

hr {
  background-color: #ccc;
  border: 0;
  box-sizing: content-box;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  border: 0;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
}

td,
th {
  padding: 0;
}

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

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

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

input {
  line-height: normal;
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

/****************************************
 Copy
****************************************/
p {
  font-size: 18px;
  color: #24548a;
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: 'Roboto', sans-serif;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.white-text {
  color: #fff;
}

.green-text {
  color: #8dbf42;
}

/****************************************
 Headings
****************************************/
h1, h2, h3, h4, h5, h6 {
  color: #24548a;
  clear: both;
  font-family: 'Roboto', sans-serif;
}

/****************************************
 Typography
****************************************/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}

/****************************************
 Fields
****************************************/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
.ginput_container_fileupload {
  background-color: #faf9f5;
  border: 3px solid #fff;
  border-radius: 5px;
  color: #000 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
  max-width: 100%;
  opacity: .9;
  padding: 10px !important;
  text-align: left;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #000;
}

textarea {
  width: 100%;
}

/****************************************
 Contact Form
****************************************/
.contact-form {
  text-align: center;
}
.contact-form h5 {
  font-size: 18px;
}
.contact-form input[type=submit] {
  width: 100%;
}

.gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}

.pre-footer .gform_wrapper .top_label div.ginput_container {
	margin: 0;
}

.gform_footer .gform_button {
  background-color: #00c0ff !important;
  border-radius: 5px;
  color: #fff !important;
  font-family: 'Roboto', sans-serif !important;
  margin: 1em 0 0 0 !important;
  padding: .5em 2em !important;
  text-transform: uppercase !important;
}
.gform_footer .gform_button:hover, .gform_footer .gform_button:focus { 
  background-color: #01b6f1 !important;
}
.pre-footer .gform_footer .gform_button {
  background-color: #00c0ff !important;
  color: #fff !important;
  padding: 1em !important;
}
.pre-footer .gform_footer .gform_button:hover, .pre-footer .gform_footer .gform_button:focus {
  background-color: #01b6f1 !important;
}

.pre-footer .gform_wrapper {
  margin: 0 !important;
}

.pre-footer .gform_wrapper .gform_body li.gfield {
  margin: 0;
  padding: 0;
}
/* .pre-footer .gform_wrapper .gform_body li.gfield .ginput_container_email input.large {
  margin: 0;
  padding: 1em !important;
} */

.is-contact,
.is-resume {
	background-color: #dedede;
	padding: 1em;
}

/****************************************
 Buttons
****************************************/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-radius: 0;
  background-color: #8dbf42;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 15px;
  white-space: pre-line;
  width: 100%;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

a.button {
  display: inline-block;
  line-height: 2;
  padding: .5em 1em;
  text-decoration: none;
  text-transform: uppercase;
}

a.button--contact {
  background-color: #000;
}

a.button--resume {
  background-color: #00c0ff;
  margin-right: .5em;
}

a.button--resume,
a.button--contact {
	color: #fff;
}

a.button--resume:hover,
a.button--contact:hover {
	background-color: #eee;
	color: #000;
}

.job-posting__details a.button--resume {
	margin: 2em 0 0 0;
}

.job-posting__details a.button--resume:hover {
	background-color: #00c0ff;
	color: #fff;
}

/****************************************
 Content Left + Sidebar Right
****************************************/
.content-area {
  margin: 3em 0 4em 0;
  width: 100%;
}

.home .content-area {
  margin: 0;
}
.content-area p {
  color: #000;
  font-size: 21px;
}

.site-main {
  margin: 0;
}

.site-content {
  padding: 0;
}

.home .site-content {
  padding: 0;
}

.site-content .widget-area {
  float: right;
  overflow: hidden;
  width: 25%;
}

.site-footer {
  clear: both;
  width: 100%;
}

/****************************************
 Layout Constrain
****************************************/
.l-constrain {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1em;
  padding-right: 1em;
}

.l-constrain--wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  padding-left: 1em;
  padding-right: 1em;
}

/****************************************
 Captions
****************************************/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/****************************************
 Galleries
****************************************/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

/****************************************
 Media
****************************************/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/****************************************
 Accessibility
****************************************/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/****************************************
 Alignments
****************************************/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/****************************************
 Clearings
****************************************/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/****************************************
 Infinite Scroll
****************************************/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/****************************************
 Links
****************************************/
a {
  color: #000;
}
a:visited {
  color: #fff;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/****************************************
 Menus
****************************************/
.main-navigation {
  float: right;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 50px;
}

.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  background-color: #00c0ff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  display: block;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  margin-left: 2em;
  position: relative;
}
.main-navigation li:first-child {
  margin-left: 0;
}
.main-navigation ul.sub-menu li {
  line-height: 2;
  margin: 0;
}
.main-navigation ul.sub-menu li a {
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  padding: 1em 2em;
}
.main-navigation ul.sub-menu li a:hover,
.main-navigation ul.sub-menu li a:focus {
  background-color: #01b6f1;
}
.main-navigation a {
  color: #000;
  display: block;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.main-navigation a:hover, .main-navigation a:focus {
  color: #00c0ff;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  display: none;
}

.main-navigation ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/****************************************
 Menus
****************************************/
.mob-menu .headertext {
  display: none;
}

.mob-menu-logo-holder {
  display: none;
}

.mobmenur-container {
  margin-top: -5px;
}

.mobmenur-container i {
	line-height: 38px !important;
}

.mobmenu .sub-menu li a {
	padding-left: 35px;
}

.mobmenu_content #mobmenuright .sub-menu {
	padding: 0;
}

/****************************************
 Sections
****************************************/
.section {
  display: block;
  padding: 2em 1em;
}

.section--intro {
  background-color: #eee;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.section--intro:before {
	background-image: url(images/hero__triangle_2293x418.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 418px;
	left: 0;
	position: absolute;
	top: -100px;
	width: 100%;
}

.section--intro .inner {
  position: relative;
}

.section--intro .inner h2 {
  color: #000;
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 0.5em;
}

.section--intro .inner p {
  color: #000;
  font-size: 21px;
  margin: 0 auto 3em auto;
  text-align: center;
  width: 100%;
}

.section--intro .inner a {
  color: #000;
  text-decoration: none;
}

.section--intro .inner a:hover, .section--intro .inner a:focus {
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
}

.section--media {
  background-repeat: no-repeat;
  background-size: cover;
}

.section--media .inner {
  padding: 8em 0 4em 0;
}

.section--media iframe {
  height: 600px;
  width: 100%;
}

.section--whoweworkfor {
  background-color: #7dadcd;
  position: relative;
  text-align: center;
}

.section--whoweworkfor:after {
  border-left: 1950px solid transparent;
  border-right: 0px solid transparent;
  border-top: 94px solid #7dadcd;
  content: "";
  height: 0px;
  position: absolute;
  right: 0;
  bottom: -94px;
  width: 100%;
}

.section--whoweworkfor h2,
.section--whoweworkfor p {
  color: #fff;
}

.section--whoweworkfor h2 {
  font-size: 55px;
  font-weight: 400;
  line-height: 1.2;
  margin: .25em 0;
}

.section--whoweworkfor p {
	font-size: 21px;
	margin: 0;
}

.section__icon img {
	width: auto;
}

/****************************************
 Comments
****************************************/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/****************************************
 Posts and Pages
****************************************/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

h2.entry-title {
	margin-bottom: 0;
}

h2.entry-title a {
	color: #00c0ff;
	text-decoration: none;
}

h2.entry-title a:hover {
	color: #01b6f1;
}

.entry-content p {
	margin-top: 0;
}

/****************************************
 Prefooter
****************************************/
.pre-footer {
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 300;
  padding: 6em 0;
} 

.pre-footer h2, .pre-footer h3 {
  color: #fff;
  font-weight: 400;
  margin: 0;
}

.pre-footer h3 {
  font-size: 36px;
  line-height: 46px;
}

.pre-footer p {
  color: #fff;
  margin: 0;
}

/****************************************
 Site Footer
****************************************/
.site-footer {
  background-color: #eee;
  color: #1b2225;
  font-size: 18px;
  padding: 4em 0 2em 0;
  text-align: center;
}

.site-footer__widgets {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  padding: 0 0 2em 0;
}

.site-footer__widget-item {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  margin: 0;
  text-align: left;
}

.site-footer__widget-item h3 {
  color: #1b2225;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
}

.site-footer__widget-item p {
  font-weight: 300;
}

.site-footer__widget-item .textwidget .two-thirds {
  float: left;
  width: 80%;
}

.site-footer__widget-item .textwidget .one-third {
  float: left;
  width: 20%;
}

.site-footer__widget-item .textwidget .one-third img {
  padding-bottom: 1em;
}

.site-footer__widget-item i {
	color: #00c0ff;
	font-size: 24px;
	margin: 0 1em 0 0;
	vertical-align: middle;
}

.site-footer__widget-item ul {
	margin: 0;
	padding: 0;
}

.site-footer__widget-item ul li {
	list-style: none;
	margin: 0 0 1em 0;
}

.site-footer__widget-item ul li a {
	color: #000;
	font-weight: 600;
	text-decoration: none;
}

.site-footer__widget-item ul li a:hover {
	color: #00c0ff;
}

.site-footer .site-info {
  clear: both;
}

a.site-footer__phone-link:after {
	color: #000;
	content: "*Please Call or Text";
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-left: 3em;
}

/****************************************
 Widgets
****************************************/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.textwidget .gform_wrapper ul.gform_fields li.gfield input {
  margin: 0;
}

/****************************************
 Back To Top
****************************************/
.backtotop {
  bottom: 0;
  display: block;
  position: fixed;
  right: 2em;
  z-index: 3;
}
.backtotop a {
  background-color: #8dbf42;
  display: inline-block;
  padding: 10px 15px 1px 15px;
  width: 80%;
}

/****************************************
 Cards
****************************************/
.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3em 0;
}

.card-item {
  background-color: #eee;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin: 0;
  position: relative;
}
.card-item .media {
  line-height: 0;
}
.card-item .media img {
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.card-item ul {
  margin: 0;
  padding: 0;
}
.card-item ul li {
  font-size: 18px;
  list-style: none;
  margin: 0 0 1em 0;
}

.card-item .content {
  margin: 0 0 3em 0;
  padding: 1em;
  position: relative;
}
.card-item .content .inner-content {
  color: #fff;
}
.card-item .content .inner-content h2 {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
  padding: 0 0 0.5em 0;
}
.card-item .content .inner-content p {
  color: #fff;
}

.card-item a.button--resume:hover {
	background-color: #01b6f1;
	color: #fff;
}

/****************************************
 Columns
****************************************/
.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-half {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

.column-thirds {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}

.column-fourths {
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
}

/****************************************
 Gallery
****************************************/
.gallery-cta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1em 0;
  min-height: 400px;
  position: relative;
}
.gallery-cta h2 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 600;
  position: relative;
  text-shadow: 1px 1px 6px #000;
  text-transform: uppercase;
  z-index: 3;
}
.gallery-cta:hover:before, .gallery-cta:focus:before {
  background-color: #3e324d;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

a.gallery-link {
  text-decoration: none;
}

/****************************************
 Hero
****************************************/
.hero {
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home .hero {
  min-height: 600px;
}

.hero--internal {
  min-height: 400px;
}

/****************************************
 Job Listing
****************************************/
table.job-listing {
	margin: 1em 0;
	width: 100%;
}

td.job-title,
td.job-date,
td.job-category,
table.job-listing thead th {
	border-bottom: #eee 1px solid;
    width: 33.33333333%;
}

td.job-title,
td.job-date,
td.job-category {
	padding: .5em .5em .5em 0;
}

table.job-listing thead th {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	padding: .25em 0;
	text-align: left;
}

td.job-category a {
	color: #777;
	font-weight: 400;
}

td.job-category a:hover {
	color: #000;
}

.job-posting__details {
	background-color: #eee;
	padding: 1em;
}

.job-posting__details p {
	border-bottom: 1px solid #dedede;
	margin: 0;
    padding: 1em 0;
}

/****************************************
 Message Bar
****************************************/
.message-bar {
  background-color: #54aecc;
  font-size: 18px;
  padding: 1em;
  text-align: center;
}

.message-bar p {
  color: #fff;
  display: inline-block;
  margin: 0 0 0 1em;;
  padding: 0;
}

.message-bar .button--message-bar {
    display: inline-block;
  margin: 0 0 0 1em;
  padding: 0;
}

.message-bar .button--message-bar a {
  background-color: #3697b7;
  border-radius: 5px;
  color: #fff;
  padding: .5em 1em;
}

.message-bar .button--message-bar a:after {
  display: none;
}

.message-bar .button--message-bar a:hover,
.message-bar .button--message-bar a:focus {
  background-color: #fff;
  color: #54aecc;
  padding: .5em 1em;
}

/****************************************
 Page
****************************************/
.page__intro {
  color: #24548a;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 2em 0;
    text-align: center;
}

.page__intro p {
    font-size: 24px;
}

.page__title h1 {
  color: #00c0ff;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}

.page__title.is-centered h1 {
  margin: .75em 0 1.5em 0;
  text-align: center;
}

.page__title.is-centered h1:after {
  border-bottom: 1px solid #24548a;
    content: "";
    display: block;
    margin: 0 auto;
    padding-top: 1.1em;
    width: 15%;
}

.page__content h3 {
	color: #000;
	font-size: 28px;
}

.page__content ul {
	margin: 0;
	padding: 0;
}

.page__content ul li {
	background-color: #eee;
	border-left: 5px solid #00c0ff;
	color: #000;
	display: block;
	font-size: 21px;
	list-style: none;
	margin: 0 0 .5em 0;
	padding: .25em .5em;
}

.page__content .is-contact ul li,
.page__content .is-resume ul li {
	background-color: transparent;
	border: none;
}

.page__content ul li em {
	font-size: 18px;
	font-weight: 300;
}

.page__content a {
	color: #00c0ff;
	font-weight: 600;
	text-decoration: none;
}

.page__content a:hover {
	color: #01b6f1;
	text-decoration: underline;
}

/****************************************
 Pip Nav
****************************************/
.pip-nav {
  clear: both;
  padding: 30px 0.5em 10px 0.5em;
}
.pip-nav ul {
  margin-left: 0;
  text-align: center;
}
.pip-nav ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.pip-nav ul li.current {
  background-color: #24548a;
  color: #fff;
  font-size: 14px;
  padding: 5px 18px;
}
.pip-nav ul li a {
  color: #24548a;
  display: block;
  font-size: 14px;
  padding: 5px 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.pip-nav ul li a:hover, .pip-nav ul li a:focus {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

/****************************************
 Quick Link
****************************************/
.quick-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.quick-link__item {
  border-radius: 50%;
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  margin: 0 auto;
  overflow: hidden;
    width: 300px;
}

.quick-link__item p,
.quick-link__item h3 {
  color: #fff;
  margin: 0;
  text-align: center;
}

.quick-link__item h3 {
  
  display: block;
    font-size: 32px;
}

.quick-link__item p {
  font-size: 21px;
  font-weight: 300;
}

.quick-link__item p:hover {
  text-decoration: underline;
}

.quick-link__item a {
  display: block;
  padding: 4em;
    text-decoration: none;
}

/****************************************
 Services
****************************************/
.services {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.service-item {
  border: 2px solid #f5f7f8;
  -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  margin: 0;
  position: relative;
    text-align: center;
}

.service-item h3 {
  color: #fff;
    background-color: #24548a;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    padding: 1.5em 1em;
    text-transform: uppercase;
}

.service-item__content {
  padding: 0 0 2em 0 ;
}

.service-item ul {
  margin: 0;
  padding: 0 2em;
}

.service-item ul li {
  color: #24548a;
  font-size: 24px;
  font-weight: 300;
  list-style: none;
  margin: 0 0 1em 0;
}

.service-item__price {
  color: #24548a;
  font-size: 24px;
  font-weight: 600;
  margin: 1em 0 2em 0;
}

.service-item__link {
    border: 2px solid #24548a;
  bottom: -90px;
    margin: 0;
    position: absolute;
  width: 100%;
}

.service-item__link a {
  background-color: #fff;
  color: #24548a;
  display: block;
  font-size: 24px;
  padding: 1em 2em;
  text-decoration: none;
}

.service-item__link a:hover,
.service-item__link a:focus {
  background-color: #24548a;
  color: #fff;
}


/****************************************
 Site Branding
****************************************/
.site-branding {
  display: block;
  margin: 0;
  position: relative;
  width: 100%;
}

.site-branding__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: .5em 0;
}

.site-name {
  background-color: #faf9f5;
  display: block;
  float: none;
  line-height: normal;
  overflow: hidden;
  padding: 0.75em 1em;
  text-align: left;
}

.site-logo {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: inline-block;
  margin: 0;
  text-align: left;
  width: 30%;
}

.site-logo img {
  max-width: none;
}

.site-title h1 {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.site-title p {
  margin: 0;
}

.site-description {
  width: 100%;
}
.site-description p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.site-menu {
  background-color: #faf9f5;
}

/****************************************
 Site Header
****************************************/
.site-header {
  background-color: #7dadcd;
}

.site-header__ctas {
	display: inline-block;
	line-height: 121px;
	text-align: right;
	width: 70%;
}

a.site-header__phone {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-right: .5em;
	text-decoration: none;
}

a.site-header__phone:hover {
	color: #000;
}

/****************************************
 Social Media
****************************************/
ul.social-media {
  margin: 0;
}
ul.social-media li {
  display: inline-block;
  margin: 0 1em 0 0;
}

ul.social-media li:last-child {
  margin: 0;
}

ul.social-media li img {
   transition: all .2s ease-in-out;
}

ul.social-media li img:hover {
   transform: scale(1.1);
}

/****************************************
 Media Queries
****************************************/
@media only screen and (max-width: 1350px) {
  .main-navigation {
    margin-right: 30px;
  }
  .site-name {
    display: none;
  }
}

@media only screen and (max-width: 1150px) {
  .card-item .media img {
  height: 300px;
  }
  .main-navigation {
    line-height: 60px;
  }
  .site-branding {
    display: block;
  }
  .site-name {
    display: block;
  }
}

@media only screen and (max-width: 1050px) {
   .card-item {
    -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0 0 2em 0;
  }
  .event-timer {
  top: 115px; 
  }
  .section--services {
    padding: 2em 0 2em 0;
  }
  .section--services .column-thirds {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  }
  .service-item {
    margin: 0 0 8em 0;
  }
}

@media only screen and (max-width: 950px) {
  .hero--home h1 {
    color: #fff;
  }
  .social-media--header {
    line-height: 30px;
  }
}

@media only screen and (max-width: 900px) {
  .site-logo,
  .site-header__ctas {
	display: block;
	text-align: center;
	width: 100%;
  }
	
  .site-logo {
	margin: 0 0 .75em;
  }
	
  .site-header__ctas {
	line-height: 1;	
  }
	
  .site-header__ctas a {
	margin: .75em 0;
	width: 100%;
  }
	
  .site-branding__inner {
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 1em 0;
  }
	
  .section__icon img {
    width: 100px;
  }
  
  .section--whoweworkfor h2 {
	font-size: 42px;
  }
	
}

@media only screen and (max-width: 850px) {
  .event-button {
    margin: 2em 0;
    text-align: left;
      width: 100%;
  }
  
  .message-bar .button--message-bar {
    display: block;
    margin: 1em 0 .5em 0;
  }
	
  .pre-footer .column-half {
	-ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
	
}

@media only screen and (max-width: 800px) {
	.page-template-2-column-layout .column-half {
		flex-basis: 100%;
	}
}

@media only screen and (max-width: 750px) {
   .column-thirds {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  }
  .main-navigation ul {
    display: none;
  }
  .service-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .site-footer__widgets {
  display: block;
  margin: 0 0 2em 0;
  }
	
  .site-footer__widget-item {
	margin: 0 0 3em 0;
    text-align: center;	
  }
	
  .section--quick-links {
  padding: 0;
  }
  .quick-links {
    display: block;
  text-align: center;
  }
  .quick-link__item {
  border-radius: 0; 
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
  }
  .quick-link__item a {
  padding: 2em; 
  }
}

@media only screen and (max-width: 700px) {
  .section--intro .inner p {
    margin: 0 auto;
  }
  
  .section.section--intro {
	padding-top: 0;
  }
	
  .section--whoweworkfor p,
  .section--intro .inner p,
  .content-area p {
    font-size: 18px;
  }
	
  .section--intro:before {
	top: -75px;
   }
	
   table.job-listing th.date,
   table.job-listing td.job-date {
		display: none;
   }
	
   td.job-title, 
   td.job-category, 
   table.job-listing thead th {
		width: 50%;
   }
	
}

@media only screen and (max-width: 600px) {
  
	
}

@media only screen and (max-width: 550px) {
  .section--intro:before {
	top: -30px;
   }
}

@media only screen and (max-width: 500px) {
	.card-item .media img {
		height: 200px;
	}
}