/*!
 Theme Name: simone-child Corporate
 Theme URI: http://underscores.me/
 Author: Coles Marketing
 Author URI: http://underscores.me/
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: simone-child-corporate
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 simone-child Corporate is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:   
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
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;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
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;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  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: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *: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;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
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;
}
img {
  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. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
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: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  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 li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .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%;
}
/*--------------------------------------------------------------
 # 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;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## 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;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* 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;
}
/*--------------------------------------------------------------
 # 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;
}
/*--------------------------------------------------------------
 ## 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.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
 # Custom
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Custom
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Custom 2019
 --------------------------------------------------------------*/
.navWrap {
  max-width: 1380px;
  margin: 10px auto 0;
  width: 100%;
  padding: 0 50px 0 50px;
}
@media (min-width: 1500px) {
  .navWrap {
    max-width: 1620px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .navWrap {
    padding: 0;
  }
}
.navWrap a:focus, .navWrap a:active, .navWrap a:hover {
  outline: 0;
}
.navWrap a img {
  width: 100%;
  max-width: 350px;
}
@media (min-width: 1024px) {
  .navWrap a img {
    max-width: 400px;
  }
}
@media (min-width: 1500px) {
  .navWrap a img {
    max-width: 500px;
  }
}
@media (max-width: 1024px) {
  .navWrap a img {
    margin-top: 66px;
  }
}
@media (max-width: 1316px) {
  .navWrap a img {
    max-width: 290px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .navWrap a img {
    margin-left: 30px;
  }
}
.navWrap .main-navigation {
  background-color: #fff !important;
  position: relative;
  display: inline-block;
  width: auto;
  float: right;
}
@media (max-width: 1024px) {
  .navWrap .main-navigation {
    display: block;
    width: auto;
    float: none;
    position: absolute;
    top: 24px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .navWrap .main-navigation {
    float: none;
    width: 100%;
  }
}
.navWrap .main-navigation .current_page_ancestor {
  background: #0097cf;
}
.navWrap .main-navigation .current_page_item > a, .navWrap .main-navigation .main-navigation .current-menu-item > a, .navWrap .main-navigation .main-navigation .current_page_item > a:hover, .navWrap .main-navigation .main-navigation .current-menu-item > a:hover, .navWrap .main-navigation .main-navigation .current_page_item > a:focus, .navWrap .main-navigation .main-navigation .current-menu-item > a:focus {
  background: rgba(0, 153, 209, 1.00) !important;
}
@media (min-width: 320px) and (max-width: 768px) {
  .navWrap .main-navigation h1.menu-toggle {
    display: block;
    line-height: inherit;
    padding: 0;
    height: auto;
    margin-left: 50px;
  }
}
@media (min-width: 320px) and (max-width: 500px) {
  .navWrap .main-navigation h1.menu-toggle {
    margin-left: 20px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .navWrap .main-navigation h1.menu-toggle a {
    color: #004473;
    padding: 0;
  }
}
.navWrap .main-navigation h1.menu-toggle a:focus {
  background: transparent;
}
.navWrap .main-navigation h1.menu-toggle a:hover {
  background: transparent;
}
@media (min-width: 320px) and (max-width: 768px) {
  .navWrap .main-navigation ul {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .navWrap .main-navigation ul li {
    float: none;
    display: block;
    position: relative;
    background-color: #004473;
    color: #fff;
    z-index: 9999;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .navWrap .main-navigation ul li a {
    color: #fff;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .navWrap .main-navigation ul li ul.sub-menu {
    box-shadow: none;
    float: none;
    position: relative;
    top: inherit;
    left: inherit;
    display: block !important;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .navWrap .main-navigation ul li ul.sub-menu li {
    display: block;
    position: relative;
    top: inherit;
    left: inherit;
    float: none;
    background-color: #0097cf;
    padding-left: 30px;
  }
}
.navWrap .main-navigation ul li ul.sub-menu li a {
  width: 250px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .navWrap .main-navigation ul li ul.sub-menu li a {
    width: 100%;
  }
}
.navWrap .main-navigation .menu-item-41810 a {
  display: none;
}
.navWrap .main-navigation .menu-item-41810 .search-toggle:hover, .navWrap .main-navigation .menu-item-41810 .search-toggle.active {
  background: transparent;
}
@media (min-width: 320px) and (max-width: 768px) {
  .navWrap .main-navigation .menu-item-41810 .search-toggle {
    display: none;
  }
}
.navWrap .main-navigation .menu-item-41810 .search-toggle a {
  display: block;
}
.navWrap .main-navigation a {
  color: #004473;
  font-weight: 600;
  font-size: 18px;
  padding: 20px 10px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .navWrap .main-navigation a {
    color: #004473;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .navWrap .main-navigation.toggled .nav-menu {
    display: block;
  }
}
.navWrap .menu-main-container {
  margin-right: inherit;
  width: auto;
}
.navWrap .search-toggle {
  color: #004473;
  font-weight: 600;
  font-size: 18px;
  padding: inherit;
  top: inherit;
  position: inherit;
  right: inherit;
  float: inherit;
  width: inherit;
  height: inherit;
  margin-right: inherit;
  text-align: inherit;
}
.navWrap .search-toggle:focus {
  background: transparent;
}
.navWrap .search-toggle:active {
  background: transparent;
}
.navWrap .search-toggle:hover {
  background: transparent;
}
@media (min-width: 320px) and (max-width: 768px) {
  .navWrap .search-toggle {
    top: 9px;
    width: 16px;
    right: 50px;
    position: absolute;
  }
}
@media (min-width: 320px) and (max-width: 500px) {
  .navWrap .search-toggle {
    right: 20px;
  }
}
.navWrap .search-toggle i.fa.fa-search:before {
  display: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  .navWrap .search-toggle i.fa.fa-search:before {
    display: block;
  }
}
.bannerWrap .gridContainer #div1 {
  background-image: url('/wp-content/themes/simone-child/img/indataHeader.jpg');
  background-size: cover;
  height: 250px;
  overflow: hidden;
  background-position: center;
  position: relative;
}
@media (min-width: 1500px) {
  .bannerWrap .gridContainer #div1 {
    height: 350px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .bannerWrap .gridContainer #div1 {
    height: 160px;
  }
}
@media (min-width: 320px) and (max-width: 500px) {
  .bannerWrap .gridContainer #div1 {
    height: 80px;
  }
}
.bannerWrap .gridContainer #div1 .topCurve {
  background-image: url('/wp-content/themes/simone-child/img/top-curve.svg');
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 42px;
}
@media (min-width: 1500px) {
  .bannerWrap .gridContainer #div1 .topCurve {
    height: 66px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .bannerWrap .gridContainer #div1 .topCurve {
    height: 25px;
  }
}
@media (min-width: 320px) and (max-width: 500px) {
  .bannerWrap .gridContainer #div1 .topCurve {
    height: 10px;
  }
}
.bannerWrap .gridContainer #div1 .bottomCurve {
  background-image: url('/wp-content/themes/simone-child/img/bottomCurve.svg');
  margin: 0 auto;
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 42px;
  background-position: top;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1500px) {
  .bannerWrap .gridContainer #div1 .bottomCurve {
    height: 66px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .bannerWrap .gridContainer #div1 .bottomCurve {
    height: 25px;
  }
}
@media (min-width: 320px) and (max-width: 500px) {
  .bannerWrap .gridContainer #div1 .bottomCurve {
    height: 10px;
  }
}
.bannerWrap .gridContainer #div1 img {
  margin: 0 auto;
  text-align: center;
  display: none;
}
.search-box-wrapper .search-box {
  background: #004473 !important;
}
.home {
  overflow: hidden;
}
.home .site-content {
  padding-bottom: 0px;
}
.home .site-content .content-area {
  margin-left: inherit;
  padding-left: inherit;
}
.home .site-content .content-area .site-main article {
  margin: 0px;
}
.home .site-content .content-area .site-main article .headerTextWrap {
  background-color: #004473;
  margin: 0px auto 0px;
  padding: 20px 30px 30px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .home .site-content .content-area .site-main article .headerTextWrap {
    padding: 20px 20px 30px;
  }
}
.home .site-content .content-area .site-main article .headerTextWrap h1 {
  margin: 0;
  color: #fff;
  font-size: 50px;
  line-height: 54px;
  max-width: 1280px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 500px) {
  .home .site-content .content-area .site-main article .headerTextWrap h1 {
    font-size: 42px;
    line-height: 46px;
  }
}
.home .site-content .content-area .site-main article ul.quickLink {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 200px;
  border-bottom: 4px solid #fff;
}
@media (min-width: 1500px) {
  .home .site-content .content-area .site-main article ul.quickLink {
    height: 280px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .home .site-content .content-area .site-main article ul.quickLink {
    flex-direction: column;
    height: 380px;
  }
}
.home .site-content .content-area .site-main article ul.quickLink li {
  width: 25%;
  background-color: #dc4405;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
}
@media (min-width: 320px) and (max-width: 768px) {
  .home .site-content .content-area .site-main article ul.quickLink li {
    width: 100%;
  }
}
.home .site-content .content-area .site-main article ul.quickLink li:hover {
  transition: all 0.5s ease;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: 3px 3px 9px #474747;
  -webkit-box-shadow: 3px 3px 9px #474747;
  -moz-box-shadow: 3px 3px 9px #474747;
  z-index: 2;
}
.home .site-content .content-area .site-main article ul.quickLink li a {
  height: 100%;
  width: 100%;
  position: relative;
}
.home .site-content .content-area .site-main article ul.quickLink li a:hover {
  transition: all 0.5s ease;
  text-decoration: none;
}
.home .site-content .content-area .site-main article ul.quickLink li a span {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  padding: 0 24px;
}
.home .site-content .content-area .site-main article ul.quickLink li a span:hover {
  transition: all 0.5s ease;
  text-decoration: none;
}
.home .site-content .content-area .site-main article ul.quickLink li:nth-child(even) {
  background-color: #ffa300;
  transition: all 0.5s ease;
}
.home .site-content .content-area .site-main article ul.quickLink li:nth-child(even):hover {
  transition: all 0.5s ease;
}
.home .site-content .content-area .site-main article .resourceHub {
  background-color: #0097cf;
  margin: 0px auto 0px;
  padding: 50px;
}
@media (min-width: 320px) and (max-width: 500px) {
  .home .site-content .content-area .site-main article .resourceHub {
    padding: 30px 20px;
  }
}
.home .site-content .content-area .site-main article .resourceHub h1 {
  margin: 0;
  color: #fff;
  font-size: 50px;
  line-height: 54px;
  margin: 0 auto 30px;
}
@media (min-width: 320px) and (max-width: 500px) {
  .home .site-content .content-area .site-main article .resourceHub h1 {
    font-size: 42px;
    line-height: 46px;
  }
}
.home .site-content .content-area .site-main article .resourceHub p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
.home .site-content .content-area .site-main article .resourceHub ul.hubLink {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 320px) and (max-width: 500px) {
  .home .site-content .content-area .site-main article .resourceHub ul.hubLink {
    flex-direction: column;
  }
}
.home .site-content .content-area .site-main article .resourceHub ul.hubLink li {
  width: 25%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
}
@media (min-width: 320px) and (max-width: 768px) {
  .home .site-content .content-area .site-main article .resourceHub ul.hubLink li {
    width: 50%;
    margin: 10px 0;
  }
}
@media (min-width: 320px) and (max-width: 500px) {
  .home .site-content .content-area .site-main article .resourceHub ul.hubLink li {
    width: 100%;
  }
}
.home .site-content .content-area .site-main article .resourceHub ul.hubLink li a {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  background-color: #004473;
  border: solid 2px #fff;
  border-radius: 40px;
  padding: 10px 30px;
  width: 90%;
  max-width: 350px;
  transition: all 0.5s ease;
}
.home .site-content .content-area .site-main article .resourceHub ul.hubLink li a:hover {
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 6px 6px 12px #00538f;
  -webkit-box-shadow: 6px 6px 12px #00538f;
  -moz-box-shadow: 6px 6px 12px #00538f;
}
.home .site-content .content-area .site-main article .blogPosts {
  padding: 30px 30px;
  margin: 30px auto 40px;
}
@media (min-width: 320px) and (max-width: 500px) {
  .home .site-content .content-area .site-main article .blogPosts {
    padding: 30px 30px 0;
    margin: 30px auto 0px;
  }
}
.home .site-content .content-area .site-main article .blogPosts h2 {
  font-size: 50px;
  line-height: 54px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 10px;
  color: #004473;
}
@media (min-width: 320px) and (max-width: 500px) {
  .home .site-content .content-area .site-main article .blogPosts h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
.home .site-content .content-area .site-main article .blogPosts .postsWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin-top: 18px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .home .site-content .content-area .site-main article .blogPosts .postsWrapper {
    flex-direction: column;
  }
}
.home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem {
  width: 34%;
  position: relative;
}
@media (max-width: 1024px) {
  .home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem {
    margin: 0px 14px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem {
    width: 100%;
    margin: 0 0 50px 0;
  }
}
.home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem:last-child {
  padding: 0;
}
.home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem .postTitle {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin: 20px auto;
  max-width: 360px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem .postTitle {
    max-width: 710px;
  }
}
.home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem .postTitle a {
  color: #dc4405;
  transition: all 0.5s ease;
}
.home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem .postTitle a:hover {
  text-decoration: none;
  transition: all 0.5s ease;
  color: #ffa300;
}
.home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem .newsImg {
  background-size: cover;
  height: 360px;
  overflow: hidden;
  background-position: top;
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem .newsImg {
    height: 290px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem .newsImg {
    height: 600px;
    max-width: 600px;
  }
}
@media (min-width: 320px) and (max-width: 500px) {
  .home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem .newsImg {
    height: 340px;
  }
}
.home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem .eventTitle {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  min-height: 100px;
  max-width: 360px;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 768px) {
  .home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem .eventTitle {
    max-width: 710px;
  }
}
.home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem .eventTitle a {
  color: #333;
}
.home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem .postExcerpt {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color: #004473;
  margin-bottom: 20px;
  max-width: 360px;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 768px) {
  .home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem .postExcerpt {
    max-width: 710px;
  }
}
.home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem .postExcerpt .sharedaddy {
  display: none;
}
.home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem .read-more {
  min-height: 50px;
}
.home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem .read-more a {
  color: #fff;
  background-color: #dc4405;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 30px;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 320px) and (max-width: 768px) {
  .home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem .read-more a {
    max-width: 710px;
  }
}
.home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem .read-more a:hover {
  transition: all 0.5s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 6px 6px 12px #969696;
  -webkit-box-shadow: 6px 6px 12px #969696;
  -moz-box-shadow: 6px 6px 12px #969696;
  text-decoration: none;
}
.home .site-content .content-area .site-main article .blogPosts .postsWrapper .postItem .eventExcerpt {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}
.home .site-content .content-area .site-main article .newsLetter {
  margin: 30px auto 0px;
  padding: 30px 50px;
  background-color: #ffa300;
  position: relative;
}
@media (min-width: 320px) and (max-width: 500px) {
  .home .site-content .content-area .site-main article .newsLetter {
    padding: 30px 20px;
  }
}
.home .site-content .content-area .site-main article .newsLetter h2 {
  font-size: 50px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #fff;
  z-index: 10;
  position: relative;
}
@media (min-width: 320px) and (max-width: 500px) {
  .home .site-content .content-area .site-main article .newsLetter h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
.home .site-content .content-area .site-main article .newsLetter .letterFlex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
@media (min-width: 320px) and (max-width: 768px) {
  .home .site-content .content-area .site-main article .newsLetter .letterFlex {
    flex-direction: column;
  }
}
.home .site-content .content-area .site-main article .newsLetter .letterFlex .letterSignup {
  flex: 1 1 50%;
  z-index: 10;
}
.home .site-content .content-area .site-main article .newsLetter .letterFlex .letterSignup h3 {
  font-size: 30px;
  line-height: 24px;
  font-weight: 600;
  padding-bottom: 16px;
  color: #fff;
  z-index: 10;
}
.home .site-content .content-area .site-main article .newsLetter .letterFlex .letterSignup form.ctct-form p {
  flex: inherit;
  line-height: inherit;
  font-size: inherit;
  display: inline-block;
  margin-right: inherit;
}
.home .site-content .content-area .site-main article .newsLetter .letterFlex .letterSignup form.ctct-form p.ctct-form-field.ctct-form-field-submit {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 6px 6px 12px #555;
  -webkit-box-shadow: 3px 3px 7px #555;
  -moz-box-shadow: 6px 6px 12px #555;
  margin-right: inherit;
}
.home .site-content .content-area .site-main article .newsLetter .letterFlex .letterSignup form.ctct-form input#email___eae5c1a8ab09fd949cebc4e32da6f178_0 {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 20px;
  padding: 12px 38px;
  outline: none;
  box-shadow: 6px 6px 12px #555;
  -webkit-box-shadow: 3px 3px 7px #555;
  -moz-box-shadow: 6px 6px 12px #555;
}
if {
  color: #004473;
}
if if {
  color: #004473;
}
if if if {
  color: #004473;
}
if if if if {
  color: #004473;
}
@media (min-width: 320px) and (max-width: 500px) {
  .home .site-content .content-area .site-main article .newsLetter .letterFlex .letterSignup form.ctct-form input#email___eae5c1a8ab09fd949cebc4e32da6f178_0 {
    padding: 10px 0px 10px 10px;
    width: 100%;
    max-width: 211px;
  }
}
.home .site-content .content-area .site-main article .newsLetter .letterFlex .letterSignup form.ctct-form input#ctct-submitted_0 {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 20px;
  background-color: #dc4405 !important;
  color: #fff;
  padding: 12px 38px;
  line-height: 1.5;
  outline: none;
  transition: all 0.5s ease;
}
.home .site-content .content-area .site-main article .newsLetter .letterFlex .letterSignup form.ctct-form input#ctct-submitted_0:hover {
  transition: all 0.5s ease;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: 6px 6px 12px #555;
  -webkit-box-shadow: 3px 3px 7px #555;
  -moz-box-shadow: 6px 6px 12px #555;
}
@media (min-width: 320px) and (max-width: 500px) {
  .home .site-content .content-area .site-main article .newsLetter .letterFlex .letterSignup form.ctct-form input#ctct-submitted_0 {
    padding: 10px;
  }
}
.home .site-content .content-area .site-main article .newsLetter .letterFlex .letterSignup form.ctct-form .ctct-disclosure {
  display: none;
}
.home .site-content .content-area .site-main article .newsLetter .letterFlex p.mailCopy {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  flex: 1 1 12%;
  margin-right: 30px;
  z-index: 10;
  min-width: 380px;
}
@media (min-width: 1500px) {
  .home .site-content .content-area .site-main article .newsLetter .letterFlex p.mailCopy {
    margin-right: 7%;
  }
}
.home .site-content .content-area .site-main article .newsLetter .letterFlex .plane {
  background-image: url(/wp-content/themes/simone-child/img/planeSmart.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  max-width: 622px;
  overflow: hidden;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  /* flex: 1 1 30%; */
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 768px) {
  .home .site-content .content-area .site-main article .newsLetter .letterFlex .plane {
    opacity: 0.3;
  }
}
.containerWrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.containerNewsWrap {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
.page-template-page-contact .entry-content .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .page-template-page-contact .entry-content .row {
    flex-direction: column;
  }
}
.page-template-page-contact .entry-content .columntwothird {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
}
.page-template-page-contact .entry-content .columnonethird {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  font-size: 20px;
  color: #333;
}
.page-template-page-contact .entry-content .columnonethird strong {
  color: #333 !important;
}
.page-template-page-contact .entry-content .columnonethird .contact-form input[type=email], .page-template-page-contact .entry-content .columnonethird .contact-form input[type=tel], .page-template-page-contact .entry-content .columnonethird .contact-form input[type=text], .page-template-page-contact .entry-content .columnonethird .contact-form input[type=url] {
  width: 100%;
  font-size: 20px;
  padding: 3px;
}
.page-template-page-contact .entry-content .columnonethird .contact-form select {
  margin-bottom: 1.5em;
  width: 100%;
  font-size: 20px;
  padding: 6px;
}
.page-template-page-contact .entry-content .columnonethird button.pushbutton-wide {
  width: 100%;
  max-width: 140px;
  font-size: 20px;
  color: #fff;
  padding: 14px 20px;
}
.page-template-page-contact .entry-content .columnonethird span {
  color: #333 !important;
}
.page-template-page-contact .newsLetter {
  margin: 30px auto 0px;
  padding: 30px 50px;
  background-color: #ffa300;
  position: relative;
  border-bottom: 4px solid #fff;
}
@media (min-width: 320px) and (max-width: 500px) {
  .page-template-page-contact .newsLetter {
    padding: 30px 20px;
  }
}
.page-template-page-contact .newsLetter h2 {
  font-size: 50px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #fff;
  z-index: 10;
  position: relative;
}
@media (min-width: 320px) and (max-width: 500px) {
  .page-template-page-contact .newsLetter h2 {
    font-size: 42px;
    line-height: 46px;
  }
}
.page-template-page-contact .newsLetter .letterFlex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
@media (min-width: 320px) and (max-width: 768px) {
  .page-template-page-contact .newsLetter .letterFlex {
    flex-direction: column;
  }
}
.page-template-page-contact .newsLetter .letterFlex .letterSignup {
  flex: 1 1 50%;
  z-index: 10;
}
.page-template-page-contact .newsLetter .letterFlex .letterSignup h3 {
  font-size: 30px;
  line-height: 24px;
  font-weight: 600;
  padding-bottom: 16px;
  color: #fff;
  z-index: 10;
}
.page-template-page-contact .newsLetter .letterFlex .letterSignup form.ctct-form p {
  flex: inherit;
  line-height: inherit;
  font-size: inherit;
  display: inline-block;
  margin-right: inherit;
}
.page-template-page-contact .newsLetter .letterFlex .letterSignup form.ctct-form p.ctct-form-field.ctct-form-field-submit {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 6px 6px 12px #555;
  -webkit-box-shadow: 3px 3px 7px #555;
  -moz-box-shadow: 6px 6px 12px #555;
  margin-right: inherit;
}
.page-template-page-contact .newsLetter .letterFlex .letterSignup form.ctct-form input#email___eae5c1a8ab09fd949cebc4e32da6f178_0 {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 20px;
  padding: 12px 38px;
  outline: none;
  box-shadow: 6px 6px 12px #555;
  -webkit-box-shadow: 3px 3px 7px #555;
  -moz-box-shadow: 6px 6px 12px #555;
}
if if if if if {
  color: #004473;
}
if if if if if if {
  color: #004473;
}
if if if if if if if {
  color: #004473;
}
if if if if if if if if {
  color: #004473;
}
@media (min-width: 320px) and (max-width: 500px) {
  .page-template-page-contact .newsLetter .letterFlex .letterSignup form.ctct-form input#email___eae5c1a8ab09fd949cebc4e32da6f178_0 {
    padding: 10px 0px 10px 10px;
    width: 100%;
    max-width: 211px;
  }
}
.page-template-page-contact .newsLetter .letterFlex .letterSignup form.ctct-form input#ctct-submitted_0 {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 20px;
  background-color: #dc4405 !important;
  color: #fff;
  padding: 12px 38px;
  line-height: 1.5;
  outline: none;
}
@media (min-width: 320px) and (max-width: 500px) {
  .page-template-page-contact .newsLetter .letterFlex .letterSignup form.ctct-form input#ctct-submitted_0 {
    padding: 10px;
  }
}
.page-template-page-contact .newsLetter .letterFlex .letterSignup form.ctct-form .ctct-disclosure {
  display: none;
}
.page-template-page-contact .newsLetter .letterFlex p.mailCopy {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  flex: 1 1 12%;
  margin-right: 30px;
  z-index: 10;
  min-width: 380px;
}
@media (min-width: 1500px) {
  .page-template-page-contact .newsLetter .letterFlex p.mailCopy {
    margin-right: 7%;
  }
}
.page-template-page-contact .newsLetter .letterFlex .plane {
  background-image: url(/wp-content/themes/simone-child/img/planeSmart.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  max-width: 622px;
  overflow: hidden;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  /* flex: 1 1 30%; */
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 768px) {
  .page-template-page-contact .newsLetter .letterFlex .plane {
    opacity: 0.3;
  }
}
.page, .single {
  overflow: hidden;
}
.page .site-content, .single .site-content {
  padding-bottom: 0px;
  clear: both;
}
.page .site-content .content-area, .single .site-content .content-area {
  margin-left: inherit;
  padding-left: inherit;
  float: inherit;
}
.page .site-content .content-area .site-main article, .single .site-content .content-area .site-main article {
  margin: 0px;
}
.page .site-content .content-area .site-main article .image-shifter, .single .site-content .content-area .site-main article .image-shifter {
  display: none;
}
.page .site-content .content-area .site-main article .entry-header, .single .site-content .content-area .site-main article .entry-header {
  width: 100%;
  max-width: 100%;
  background-color: #004473;
  padding: 0 50px;
}
@media (min-width: 320px) and (max-width: 500px) {
  .page .site-content .content-area .site-main article .entry-header, .single .site-content .content-area .site-main article .entry-header {
    padding: 10px 20px;
  }
}
.page .site-content .content-area .site-main article .entry-header h1.entry-title, .single .site-content .content-area .site-main article .entry-header h1.entry-title {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0px 10px;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 768px) {
}
@media (min-width: 320px) and (max-width: 500px) {
  .page .site-content .content-area .site-main article .entry-header h1.entry-title, .single .site-content .content-area .site-main article .entry-header h1.entry-title {
    padding: 0;
  }
}
.page .site-content .content-area .site-main article .entry-content, .single .site-content .content-area .site-main article .entry-content {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px 60px;
}
@media (min-width: 320px) and (max-width: 500px) {
  .page .site-content .content-area .site-main article .entry-content, .single .site-content .content-area .site-main article .entry-content {
    padding: 0 20px;
  }
}
.page .site-content .content-area .site-main article .entry-content h2, .single .site-content .content-area .site-main article .entry-content h2, .page .site-content .content-area .site-main article .entry-content p, .single .site-content .content-area .site-main article .entry-content p, .page .site-content .content-area .site-main article .entry-content strong, .single .site-content .content-area .site-main article .entry-content strong, .page .site-content .content-area .site-main article .entry-content span, .single .site-content .content-area .site-main article .entry-content span, .page .site-content .content-area .site-main article .entry-content ul, .single .site-content .content-area .site-main article .entry-content ul, .page .site-content .content-area .site-main article .entry-content ol, .single .site-content .content-area .site-main article .entry-content ol {
  color: #004473;
}
.page .site-content .content-area .site-main article .entry-content .sharedaddy, .single .site-content .content-area .site-main article .entry-content .sharedaddy {
  display: none;
}
.page .site-content .content-area .site-main article .entry-content button, .single .site-content .content-area .site-main article .entry-content button, .page .site-content .content-area .site-main article .entry-content input[type="button"], .single .site-content .content-area .site-main article .entry-content input[type="button"], .page .site-content .content-area .site-main article .entry-content input[type="reset"], .single .site-content .content-area .site-main article .entry-content input[type="reset"], .page .site-content .content-area .site-main article .entry-content input[type="submit"], .single .site-content .content-area .site-main article .entry-content input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: #fff;
  font-size: 12px;
  font-size: 16px;
  line-height: 1;
  padding: 5px;
}
.page .site-content .content-area .site-main article .entry-content a, .single .site-content .content-area .site-main article .entry-content a {
  color: #004473;
  text-decoration: none;
  border-bottom: 1px solid #dc4405;
  transition: all 0.5s ease;
}
.page .site-content .content-area .site-main article .entry-content a:hover, .single .site-content .content-area .site-main article .entry-content a:hover {
  transition: all 0.5s ease;
  color: #dc4405;
}
.page .site-content ul.quickLink, .single .site-content ul.quickLink {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 200px;
  border-bottom: 4px solid #fff;
}
@media (min-width: 320px) and (max-width: 768px) {
  .page .site-content ul.quickLink, .single .site-content ul.quickLink {
    flex-direction: column;
    height: 380px;
  }
}
.page .site-content ul.quickLink li, .single .site-content ul.quickLink li {
  width: 25%;
  background-color: #dc4405;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
}
@media (min-width: 320px) and (max-width: 768px) {
  .page .site-content ul.quickLink li, .single .site-content ul.quickLink li {
    width: 100%;
  }
}
.page .site-content ul.quickLink li:hover, .single .site-content ul.quickLink li:hover {
  transition: all 0.5s ease;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: 3px 3px 9px #474747;
  -webkit-box-shadow: 3px 3px 9px #474747;
  -moz-box-shadow: 3px 3px 9px #474747;
  z-index: 2;
}
.page .site-content ul.quickLink li a, .single .site-content ul.quickLink li a {
  height: 100%;
  width: 100%;
  position: relative;
}
.page .site-content ul.quickLink li a:hover, .single .site-content ul.quickLink li a:hover {
  transition: all 0.5s ease;
  text-decoration: none;
}
.page .site-content ul.quickLink li a span, .single .site-content ul.quickLink li a span {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  padding: 0 24px;
}
.page .site-content ul.quickLink li a span:hover, .single .site-content ul.quickLink li a span:hover {
  transition: all 0.5s ease;
  text-decoration: none;
}
.page .site-content ul.quickLink li:nth-child(even), .single .site-content ul.quickLink li:nth-child(even) {
  background-color: #ffa300;
  transition: all 0.5s ease;
}
.page .site-content ul.quickLink li:nth-child(even):hover, .single .site-content ul.quickLink li:nth-child(even):hover {
  transition: all 0.5s ease;
}
.site-footer {
  background-color: #004473;
  padding: 30px 50px;
}
@media (min-width: 320px) and (max-width: 500px) {
  .site-footer {
    padding: 30px 20px;
  }
}
.site-footer .site-info {
  text-align: left;
}
.site-footer .site-info .logoBorder {
  margin: 0 0 30px;
  position: relative;
  overflow: hidden;
}
.site-footer .site-info .logoBorder img {
  height: auto;
  max-width: 250px;
  margin: 0 30px 0 0;
  width: 100%;
}
.site-footer .site-info .logoBorder::after {
  content: "";
  border: 2px solid #fff;
  width: 100%;
  height: 3px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.site-footer .site-info .footerFlex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
@media (min-width: 320px) and (max-width: 768px) {
  .site-footer .site-info .footerFlex {
    flex-direction: column;
  }
}
.site-footer .site-info .footerFlex .column {
  flex: 1 1 30%;
  text-align: left;
}
.site-footer .site-info .footerFlex .column ul {
  list-style: none;
  margin: 0;
}
.site-footer .site-info .footerFlex .column ul li {
  font-size: 16px;
  line-height: 20px;
  padding: 9px 0;
}
.site-footer .site-info .footerFlex .column ul li a {
  transition: all 0.5s ease;
}
.site-footer .site-info .footerFlex .column ul li a:hover {
  color: #0097cf;
  transition: all 0.5s ease;
  text-decoration: none;
}
.site-footer .site-info .footerFlex .column ul li ul li {
  display: inline-block;
  border: 3px solid #fff;
  border-radius: 50px;
  min-width: 40px;
  height: 40px;
  padding-top: 5px;
  text-align: center;
  margin: 0 6px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.site-footer .site-info .footerFlex .column ul li ul li:hover {
  transition: all 0.5s ease;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 3px 3px 12px #002138;
  -webkit-box-shadow: 3px 3px 12px #002138;
  -moz-box-shadow: 3px 3px 12px #002138;
}
@media (min-width: 320px) and (max-width: 768px) {
  .site-footer .site-info .footerFlex .column ul li ul li {
    margin: 0 5px;
  }
}
.site-footer .site-info .footerFlex .column ul li ul li a {
  color: #fff;
  font-size: 22px;
  padding: 0px;
  transition: all 0.5s ease;
}
.site-footer .site-info .footerFlex .column ul li ul li a:hover {
  color: #fff;
  transition: all 0.5s ease;
  text-decoration: none;
}
.site-footer .site-info .footerFlex .column ul li ul li:last-child {
  margin-right: 0px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .site-footer .site-info .footerFlex .column ul li ul li:first-child {
    margin-left: 0px;
  }
}
.site-footer .site-info .footerFlex .column ul li.bold {
  font-size: 20px;
  font-weight: 600;
}
.site-footer .site-info .footerFlex .column ul.center {
  width: auto;
  float: right;
}
@media (min-width: 320px) and (max-width: 768px) {
  .site-footer .site-info .footerFlex .column ul.center {
    float: left;
  }
}
.site-footer .site-info .footerFlex .third {
  text-align: right;
  flex: 1 1 35%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .site-footer .site-info .footerFlex .third {
    text-align: left;
  }
}
.footerBottom {
  width: 100%;
  background-color: #000;
  text-align: center;
}
.footerBottom P {
  font-size: 14px;
  margin: 0px;
  padding: 20px 20px;
  color: #fff;
}
.footerBottom P a {
  color: #fff;
  transition: all 0.5s ease;
}
.footerBottom P a:hover {
  color: #ffa300;
  transition: all 0.5s ease;
  text-decoration: none;
}
ul.quickLink {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 200px;
  border-bottom: 4px solid #fff;
}
@media (min-width: 1500px) {
  ul.quickLink {
    height: 280px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  ul.quickLink {
    flex-direction: column;
    height: 380px;
  }
}
ul.quickLink li {
  width: 25%;
  background-color: #dc4405;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
}
@media (min-width: 320px) and (max-width: 768px) {
  ul.quickLink li {
    width: 100%;
  }
}
ul.quickLink li:hover {
  transition: all 0.5s ease;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: 3px 3px 9px #474747;
  -webkit-box-shadow: 3px 3px 9px #474747;
  -moz-box-shadow: 3px 3px 9px #474747;
  z-index: 2;
}
ul.quickLink li a {
  height: 100%;
  width: 100%;
  position: relative;
}
ul.quickLink li a:hover {
  transition: all 0.5s ease;
  text-decoration: none;
}
ul.quickLink li a span {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  padding: 0 24px;
}
ul.quickLink li a span:hover {
  transition: all 0.5s ease;
  text-decoration: none;
}
ul.quickLink li:nth-child(even) {
  background-color: #ffa300;
  transition: all 0.5s ease;
}
ul.quickLink li:nth-child(even):hover {
  transition: all 0.5s ease;
}
.blog .page-header {
  background-color: #004473;
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding: 0 50px;
  position: relative;
}
.blog .page-header .page-title {
  color: #fff;
  max-width: 1280px;
  margin: 0 auto;
  font-size: 4rem;
  line-height: 1.3em;
  font-weight: 900;
  padding-bottom: 10px;
}
.blog .index-box {
  max-width: 1380px;
}
.blog .index-box .entry-header {
  width: 100%;
  max-width: 100%;
}
.blog .index-box .entry-header a {
  color: #004473;
  border-bottom: 2px solid #dc4405;
}
.blog .index-box .entry-content {
  width: 100%;
  max-width: 100%;
}
.blog .index-box .entry-footer {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.blog .index-box .entry-footer a {
  color: #fff !important;
  background-color: #dc4405;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 30px;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  text-align: center;
  max-width: 408px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .blog .index-box .entry-footer a {
    max-width: 710px;
  }
}
.blog .index-box .entry-footer a:hover {
  transition: all 0.5s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 6px 6px 12px #969696;
  -webkit-box-shadow: 6px 6px 12px #969696;
  -moz-box-shadow: 6px 6px 12px #969696;
  text-decoration: none;
  color: #fff;
}
@media only screen and (min-width: 2000px) {
  .bannerWrap .gridContainer #div1 {
    height: 480px;
  }
}
@media screen and (min-width: 1320px) {
  .single .entry-meta {
    position: relative;
    width: auto;
    margin-left: inherit;
    text-align: left;
    margin-bottom: 2rem;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .single .byline, .group-blog .byline, .single .mobile-hide, .group-blog .mobile-hide {
    display: inline;
  }
  .single .byline, .single .posted-on, .single .comments-link, .single .author {
    display: inline;
  }
}
@media (min-width: 1500px) {
  .alignright {
    margin-right: 0;
  }
}
/*--------------------------------------------------------------
 # Custom Staff List and Single
 --------------------------------------------------------------*/
.single-staff-member .staff-header {
  display: flex;
  align-items: flex-end;
}
.single-staff-member .staff-header .staff-member-photo {
  margin-right: 2%;
}
.single-staff-member .staff-header .details .staff-meta {
  margin: 0;
  text-align: left;
  position: relative;
  width: 100%;
}
.single-staff-member .staff-header .details .staff-meta .title {
  font-size: 2.2rem;
}
.single-staff-member .staff-header .details .staff-meta .email {
  font-size: 2rem;
}
.single-staff-member .staff-content {
  margin-top: 60px;
}
.single-staff-member .staff-content p {
  line-height: 2.8rem;
}
.entry-content .staff-member-listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  clear: both;
}
.entry-content .staff-member-listing .staff-member {
  width: 32%;
  display: block;
  margin-bottom: 2%;
  padding-bottom: 70px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 768px) {
  .entry-content .staff-member-listing .staff-member {
    width: 48%;
  }
}
@media (min-width: 320px) and (max-width: 500px) {
  .entry-content .staff-member-listing .staff-member {
    width: 100%;
  }
}
.entry-content .staff-member-listing .staff-member .indataStaffPic {
  max-height: 230px;
  overflow: hidden;
}
.entry-content .staff-member-listing .staff-member .indataStaffTitle {
  font-size: 2.4rem;
}
.entry-content .staff-member-listing .staff-member .indataStaffPosition {
  font-size: 2rem;
}
.entry-content .staff-member-listing .staff-member .indataStaffEmail a {
  font-size: 1.8rem;
}
.entry-content .staff-member-listing .staff-member .indataViewStaff {
  font-size: 1.8rem;
  min-height: 50px;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.entry-content .staff-member-listing .staff-member .indataViewStaff a {
  color: #fff !important;
  background-color: #dc4405;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 30px;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  text-align: center;
  max-width: 408px;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 768px) {
  .entry-content .staff-member-listing .staff-member .indataViewStaff a {
    max-width: 710px;
  }
}
.entry-content .staff-member-listing .staff-member .indataViewStaff a:hover {
  transition: all 0.5s ease;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 6px 6px 12px #969696;
  -webkit-box-shadow: 6px 6px 12px #969696;
  -moz-box-shadow: 6px 6px 12px #969696;
  text-decoration: none;
  color: #fff;
}
.entry-breadcrumbs {
  border-bottom: 1px solid #dc4405;
  padding: 0px 20px 0px 0px;
  height: auto;
}
@media (min-width: 768px) {
  .entry-breadcrumbs {
    min-height: 60px;
    padding: 15px 40px 5px 0px;
  }
}
.entry-breadcrumbs .breadcrumbInner {
  display: none;
}
@media (min-width: 768px) {
  .entry-breadcrumbs .breadcrumbInner {
    display: block;
    max-width: 1380px;
    padding: 0 70px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
}
.entry-breadcrumbs .breadcrumbInner i {
  float: left;
  color: #dc4405;
  font-size: 2rem;
  line-height: 1.2rem;
  height: 12px;
}
@media (min-width: 320px) and (max-width: 500px) {
  .entry-breadcrumbs .breadcrumbInner i {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .entry-breadcrumbs .breadcrumbInner i {
    font-size: 2rem;
  }
}
@media (min-width: 1500px) {
  .entry-breadcrumbs .breadcrumbInner i {
    font-size: 2rem;
  }
}
.entry-breadcrumbs .breadcrumbInner .breadcrumbs {
  white-space: nowrap;
  margin-left: 0;
  margin-bottom: 0;
  color: #dc4405;
}
.entry-breadcrumbs .breadcrumbInner .breadcrumbs .separator {
  padding: 0;
}
.entry-breadcrumbs .breadcrumbInner .breadcrumbs .separator i {
  color: #004473;
  font-size: 1.6rem;
}
.entry-breadcrumbs .breadcrumbInner .breadcrumbs li {
  display: inline-block;
  line-height: 3rem;
  margin: 0 9px 0 0px;
  padding: 0 0px;
  position: relative;
  z-index: 10;
  font-size: 1.2rem;
  color: #dc4405;
}
@media (min-width: 1024px) {
  .entry-breadcrumbs .breadcrumbInner .breadcrumbs li {
    font-size: 1.8rem;
  }
}
@media (min-width: 1500px) {
  .entry-breadcrumbs .breadcrumbInner .breadcrumbs li {
    font-size: 1.8rem;
  }
}
.entry-breadcrumbs .breadcrumbInner .breadcrumbs li a {
  text-decoration: none;
  color: #004473;
  z-index: 10;
  transition: all 0.5s ease;
}
.entry-breadcrumbs .breadcrumbInner .breadcrumbs li a:hover {
  transition: all 0.5s ease;
  color: #ffa300;
}
