/*
               .?MMMMMMMMMMMMMMM$                                          
             MMMMMO  .       .  7MMMMM                                      
          NMMM:                     .MMMM                                   
        MMMI.                         .,MMM                                 
      8MM~                              . MMM.                              
     MMM.                                  ?MM.                             
    MM,.                                     MM .                           
   MM.                                       .MM                            
  MMM                                        .?MM                           
  MM                                           MM                           
.MMM                                           +MM                          
 MM=                                            MM                          
.MM,                       .                    MM                          
 MMM            . 8MMMMMMMMMMMMMN              ~MM                          
 .MM.       .:MMMMM~ .         ,MMMMM7.        MM.                          
  MMM     :MMMM        .    .       $MMM$     :MM                           
   MM   DMMM        .+MMMMMMMD        .8MMM   MM                            
    MM,MMN .       .MMMMMMMMMMM.         +MMZMM                             
     MMM           .MMMMMMMMMMMI          .MMM..                            
   .MMMMM          .MMMMMMMMMMM           MMMMM                             
   MM:. MMM,        .MMMMMMMMM          MMM   MM                            
  MMM   . MMMM          =Z+..        MMMM    .NMM                           
  MM         MMMMM~         . . ,MMMMM         MM                           
 DMM          .. NMMMMMMMMMMMMMMMM             7MM                          
.MM=                 .  ....  .                .MM                          
 MM                                             MM                          
.MMM                                           .MM                          
  MM                                           MM+                          
  MMO                                          MM.                          
  .MM                                         MM.                           
    MM .                                     MM+                            
     MM.                                    MM .                            
    . MMM                                 MMM                               
       .MMM .                           MMM,                                
        . MMMM                      .ZMMM.                                  
            ~MMMMO   .           IMMMM7.                                    
                ~MMMMMMMMMMMMMMMMMI. .                                    
                  .    .      */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
}
@keyframes anim-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
}
/*========================================================================
 VENDOR
=========================================================================*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, 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: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .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: -.5em;
}

sub {
  bottom: -.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-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*======================================================================
    Global Style
========================================================================*/
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1em;
}

#main-wrapper * {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  position: relative;
}

#main-wrapper {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  #main-wrapper {
    padding-bottom: 53px;
  }
}

.wrapper {
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1140px) {
  .wrapper {
    margin: 0 50px;
  }
}
@media (max-width: 1024px) {
  .wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    margin: 0 10px;
  }
}

.container {
  max-width: 1180px;
  margin: 0 auto;
}

#main-content {
  margin-top: 156px;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  #main-content {
    margin-top: 152px;
  }
}
@media (max-width: 767px) {
  #main-content {
    margin-top: 96px;
    padding-bottom: 20px;
  }
}
#main-content.active-sub {
  margin-top: 200px;
}
@media (max-width: 767px) {
  #main-content.active-sub {
    margin-top: 96px;
  }
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 1024px) {
  .hero-container {
    height: auto !important;
    position: relative;
    padding-bottom: 50%;
  }
}
@media (max-width: 767px) {
  .hero-container {
    padding-bottom: 60%;
  }
}

#hero {
  height: 100%;
  width: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1024px) {
  #hero {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
#hero img {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  #hero img {
    width: 130%;
    margin: 0 -15%;
  }
}

.woo-pagination {
  display: none;
}

.page-load-status {
  text-align: center;
  display: none;
  padding-top: 20px;
}

#masthead {
  background: #ffffff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999;
  opacity: 0;
}
#masthead.scrolled .top-header {
  margin-top: -30px;
}
@media (max-width: 1024px) {
  #masthead.scrolled #primary-navigation #menu-main-nav .sub-menu-outer {
    top: 24px;
  }
}
#masthead .top-header {
  background: #d7d7d7;
  text-align: right;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #masthead .top-header {
    height: 15px;
    margin-bottom: 0;
  }
}
#masthead .top-header ul {
  padding: 5px 0;
  margin: 0;
}
@media (max-width: 767px) {
  #masthead .top-header ul {
    display: none;
  }
}
#masthead .top-header ul li {
  display: inline-block;
  vertical-align: middle;
}
#masthead .top-header ul li + li {
  margin-left: 20px;
}
#masthead .top-header ul li svg path {
  fill: #6d6e71;
}
#masthead .top-header ul li.facebook svg {
  width: 7px;
  height: 14px;
}
#masthead .top-header ul li.instagram svg {
  width: 14px;
  height: 14px;
}
#masthead .top-header ul li.linkedin svg {
  width: 14px;
  height: 14px;
}
#masthead .top-header ul li.twitter svg {
  width: 18px;
  height: 14px;
}
#masthead #branding {
  float: left;
  width: 86px;
}
@media (max-width: 767px) {
  #masthead #branding {
    width: 60px;
  }
}
#masthead #branding .logo {
  margin: 0;
}
#masthead #branding img {
  width: 100%;
}
#masthead #search {
  float: right;
  width: 239px;
  height: 28px;
  margin-top: 68px;
}
@media (max-width: 1024px) {
  #masthead #search {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #masthead #search {
    width: 170px;
    height: 20px;
  }
}
#masthead #search::-webkit-input-placeholder {
  color: #6d6e71;
  font-size: 16px;
  font-size: 1em;
}
@media (max-width: 767px) {
  #masthead #search::-webkit-input-placeholder {
    font-size: 12px;
    font-size: 0.75em;
  }
}
#masthead #search::-moz-placeholder {
  color: #6d6e71;
  font-size: 16px;
  font-size: 1em;
}
@media (max-width: 767px) {
  #masthead #search::-moz-placeholder {
    font-size: 12px;
    font-size: 0.75em;
  }
}
#masthead #search:-ms-input-placeholder {
  color: #6d6e71;
  font-size: 16px;
  font-size: 1em;
}
@media (max-width: 767px) {
  #masthead #search:-ms-input-placeholder {
    font-size: 12px;
    font-size: 0.75em;
  }
}
#masthead #search:-moz-placeholder {
  color: #6d6e71;
  font-size: 16px;
  font-size: 1em;
}
@media (max-width: 767px) {
  #masthead #search:-moz-placeholder {
    font-size: 12px;
    font-size: 0.75em;
  }
}
#masthead #search form {
  position: relative;
}
#masthead #search label {
  display: none;
}
#masthead #search input[type="text"] {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1em;
  color: #6d6e71;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
  padding: 4px 0 4px 10px;
  width: 100%;
}
@media (max-width: 767px) {
  #masthead #search input[type="text"] {
    font-size: 12px;
    font-size: 0.75em;
  }
}
#masthead #search input[type="text"]:hover, #masthead #search input[type="text"]:active, #masthead #search input[type="text"]:focus {
  outline: none;
}
#masthead #search input[type="submit"] {
  display: none;
}
#masthead #search .search-icon {
  position: absolute;
  top: 6px;
  right: 10px;
}
@media (max-width: 767px) {
  #masthead #search .search-icon {
    top: 4px;
  }
}
#masthead #search .search-icon svg {
  width: 14px;
}
#masthead #search .search-icon svg path {
  fill: #6d6e71;
}
#masthead #primary-navigation {
  float: left;
  margin-top: 65px;
  margin-left: 50px;
}
@media (max-width: 1024px) {
  #masthead #primary-navigation {
    margin-top: 40px;
    margin-left: 0;
    float: right;
    clear: right;
  }
}
@media (max-width: 767px) {
  #masthead #primary-navigation {
    margin-top: 15px;
  }
}
#masthead #primary-navigation #menu-main-nav {
  margin: 0;
  padding: 0;
}
#masthead #primary-navigation #menu-main-nav > li {
  position: relative;
  list-style-type: none;
  display: inline-block;
}
#masthead #primary-navigation #menu-main-nav > li + li {
  margin-left: 59px;
}
@media (max-width: 1024px) {
  #masthead #primary-navigation #menu-main-nav > li + li {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  #masthead #primary-navigation #menu-main-nav > li + li {
    margin-left: 10px;
  }
}
@media (max-width: 480px) {
  #masthead #primary-navigation #menu-main-nav > li + li {
    margin-left: 5px;
  }
}
#masthead #primary-navigation #menu-main-nav > li a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1.125em;
  color: #6d6e71;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 20px;
  display: block;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  #masthead #primary-navigation #menu-main-nav > li a {
    font-size: 14px;
    font-size: 0.875em;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #masthead #primary-navigation #menu-main-nav > li a {
    font-size: 12px;
    font-size: 0.75em;
  }
}
#masthead #primary-navigation #menu-main-nav > li > a:hover {
  color: #ffffff;
  background: #0c5c9b;
}
@media (max-width: 1024px) {
  #masthead #primary-navigation #menu-main-nav > li > a:hover {
    color: #6d6e71;
    background: none;
  }
}
#masthead #primary-navigation #menu-main-nav > li.current-menu-parent > a, #masthead #primary-navigation #menu-main-nav > li.current_page_item > a {
  color: #ffffff;
  background: #0c5c9b;
}
@media (max-width: 1024px) {
  #masthead #primary-navigation #menu-main-nav > li.current-menu-parent > a, #masthead #primary-navigation #menu-main-nav > li.current_page_item > a {
    color: #0c5c9b;
    background: transparent;
  }
}
@media (min-width: 1025px) {
  #masthead #primary-navigation #menu-main-nav > li.current-menu-parent.show-sub .sub-menu-outer, #masthead #primary-navigation #menu-main-nav > li.current_page_item.show-sub .sub-menu-outer {
    display: block !important;
    z-index: 1;
  }
}
#masthead #primary-navigation #menu-main-nav .sub-menu-outer {
  position: absolute;
  left: 0;
  width: 100%;
  background: #ffffff;
  display: none;
  z-index: 2;
}
@media (max-width: 1024px) {
  #masthead #primary-navigation #menu-main-nav .sub-menu-outer {
    position: fixed;
    top: 156px;
  }
}
@media (max-width: 767px) {
  #masthead #primary-navigation #menu-main-nav .sub-menu-outer {
    top: 96px;
  }
}
#masthead #primary-navigation #menu-main-nav .sub-menu-outer .sub-menu {
  width: 800px;
  position: absolute;
}
@media (max-width: 1024px) {
  #masthead #primary-navigation #menu-main-nav .sub-menu-outer .sub-menu {
    width: 100% !important;
  }
}
#masthead #primary-navigation #menu-main-nav .sub-menu-outer.submenu-two-col > .sub-menu {
  padding: 5px 20px;
}
@media (max-width: 767px) {
  #masthead #primary-navigation #menu-main-nav .sub-menu-outer.submenu-two-col > .sub-menu {
    width: 100%;
  }
}
@media (max-width: 667px) {
  #masthead #primary-navigation #menu-main-nav .sub-menu-outer.submenu-two-col > .sub-menu {
    padding-left: 0;
  }
}
#masthead #primary-navigation #menu-main-nav .sub-menu-outer.submenu-two-col > .sub-menu > li {
  margin-left: 0;
  display: block;
}
@media (max-width: 767px) {
  #masthead #primary-navigation #menu-main-nav .sub-menu-outer.submenu-two-col > .sub-menu > li a {
    padding: 3px 10px;
  }
}
#masthead #primary-navigation #menu-main-nav .sub-menu {
  padding: 10px 0 10px 13px;
  background: #ffffff;
  width: 100%;
}
@media (max-width: 1024px) {
  #masthead #primary-navigation #menu-main-nav .sub-menu {
    padding: 0;
  }
}
#masthead #primary-navigation #menu-main-nav .sub-menu li {
  padding: 5px 7px 5px 7px;
  list-style-type: none;
  display: inline-block;
}
@media (max-width: 667px) {
  #masthead #primary-navigation #menu-main-nav .sub-menu li + li {
    margin-left: 0;
  }
}
#masthead #primary-navigation #menu-main-nav .sub-menu li:before {
  content: "";
  background: #ffffff;
  height: 100%;
  width: 10000%;
  position: absolute;
  top: 0;
  left: -10000%;
}
#masthead #primary-navigation #menu-main-nav .sub-menu li:after {
  content: "";
  background: #ffffff;
  height: 100%;
  width: 10000%;
  position: absolute;
  top: 0;
  right: -10000%;
}
@media (max-width: 767px) {
  #masthead #primary-navigation #menu-main-nav .sub-menu li {
    padding: 0;
  }
}
#masthead #primary-navigation #menu-main-nav .sub-menu li a {
  font-size: 16px;
  font-size: 1em;
  padding: 0;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
#masthead #primary-navigation #menu-main-nav .sub-menu li a:hover {
  border-bottom: 1px solid #0c5c9b;
}
@media (max-width: 1024px) {
  #masthead #primary-navigation #menu-main-nav .sub-menu li a {
    font-size: 14px;
    font-size: 0.875em;
  }
}
@media (max-width: 767px) {
  #masthead #primary-navigation #menu-main-nav .sub-menu li a {
    font-size: 12px;
    font-size: 0.75em;
  }
}
@media (max-width: 667px) {
  #masthead #primary-navigation #menu-main-nav .sub-menu li a {
    padding: 10px 10px;
  }
}
#masthead #primary-navigation #menu-main-nav .sub-menu .sub-menu {
  display: none;
  position: absolute;
  padding: 10px 0 0 0px;
}
@media (max-width: 767px) {
  #masthead #primary-navigation #menu-main-nav .sub-menu .sub-menu {
    position: relative;
    margin: 5px 0;
  }
}
#masthead #primary-navigation #menu-main-nav .sub-menu .sub-menu li {
  position: relative;
  padding: 5px 5px 5px 0px;
  display: inline-block;
  background: #ffffff;
}
#masthead #primary-navigation #menu-main-nav .sub-menu .sub-menu li:before {
  content: "";
  background: #ffffff;
  height: 100%;
  width: 10000%;
  position: absolute;
  top: 0;
  left: -10000%;
}
#masthead #primary-navigation #menu-main-nav .sub-menu .sub-menu li:after {
  content: "";
  background: #ffffff;
  height: 100%;
  width: 10000%;
  position: absolute;
  top: 0;
  right: -10000%;
}
@media (max-width: 767px) {
  #masthead #primary-navigation #menu-main-nav .sub-menu .sub-menu li {
    display: block;
    margin-left: 0;
    padding: 3px 5px 3px 20px;
  }
}
#masthead #primary-navigation #menu-main-nav .sub-menu .sub-menu li a {
  border-bottom: 1px solid transparent;
  display: inline-block;
  padding: 0;
  position: relative;
  z-index: 2;
}
#masthead #primary-navigation #menu-main-nav .sub-menu .sub-menu li a:hover {
  border-bottom: 1px solid #97afca;
}
@media (max-width: 667px) {
  #masthead #primary-navigation #menu-main-nav .sub-menu .sub-menu li a:hover {
    border-bottom: none;
  }
}

#subhead {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-size: 0.75em;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
  background: #363636;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 1024px) {
  #subhead {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  #subhead {
    font-size: 12px;
    font-size: 0.75em;
  }
}
#subhead p {
  margin: 0;
  padding: 3px 0;
}
@media (max-width: 767px) {
  #subhead p {
    padding: 5px 0;
  }
}
#subhead .social-media {
  background: #d7d7d7;
  display: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #subhead .social-media {
    display: block;
  }
}
#subhead .social-media ul {
  padding: 5px 0;
  margin: 0;
}
@media (max-width: 767px) {
  #subhead .social-media ul {
    padding: 8px 0;
  }
}
#subhead .social-media ul li {
  display: inline-block;
  vertical-align: middle;
}
#subhead .social-media ul li + li {
  margin-left: 20px;
}
#subhead .social-media ul li svg path {
  fill: #6d6e71;
}
#subhead .social-media ul li.facebook svg {
  width: 7px;
  height: 14px;
}
#subhead .social-media ul li.instagram svg {
  width: 14px;
  height: 14px;
}
#subhead .social-media ul li.linkedin svg {
  width: 14px;
  height: 14px;
}
#subhead .social-media ul li.twitter svg {
  width: 18px;
  height: 14px;
}

.page-template-template-homepage #main-content {
  overflow: hidden;
}
.page-template-template-homepage .cycle-slideshow {
  height: 100%;
}
@media (max-width: 1024px) {
  .page-template-template-homepage .cycle-slideshow {
    position: absolute !important;
    width: 100%;
  }
}
.page-template-template-homepage .slide {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-template-template-homepage .slide.has-background .overlay-background {
  background: #0c5c9b;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-template-homepage .slide .image-wrap {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-template-template-homepage .slider-wrap {
  position: relative;
}
@media (max-width: 1024px) {
  .page-template-template-homepage .slider-wrap {
    padding-bottom: 50%;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .page-template-template-homepage .slider-wrap {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .page-template-template-homepage .slider-wrap {
    height: 250px;
  }
}
.page-template-template-homepage .slider-wrap .cycle-nav > span {
  width: 41px;
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999999;
}
@media (max-width: 767px) {
  .page-template-template-homepage .slider-wrap .cycle-nav > span {
    width: 20px;
    height: 18px;
  }
}
.page-template-template-homepage .slider-wrap .cycle-nav > span:hover {
  cursor: pointer;
}
.page-template-template-homepage .slider-wrap .cycle-nav > span._prev {
  background: url("../../../../images/arrow-left.png") center center no-repeat;
  background-size: cover;
  left: 15px;
}
@media (max-width: 767px) {
  .page-template-template-homepage .slider-wrap .cycle-nav > span._prev {
    left: 0px;
  }
}
.page-template-template-homepage .slider-wrap .cycle-nav > span._next {
  background: url("../../../../images/arrow-right.png") center center no-repeat;
  background-size: cover;
  right: 15px;
}
@media (max-width: 767px) {
  .page-template-template-homepage .slider-wrap .cycle-nav > span._next {
    right: 0px;
  }
}
.page-template-template-homepage .slider-wrap .image-wrap {
  opacity: 0;
}
.page-template-template-homepage .slider-wrap .image-wrap img {
  position: absolute;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-template-template-homepage .slider-wrap .image-wrap img {
    width: 130%;
    margin: 0 -15%;
  }
}
.page-template-template-homepage .slider-wrap .text-wrap {
  width: 100%;
  height: 101%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 100%;
}
.page-template-template-homepage .slider-wrap .text-wrap:before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-template-homepage .slider-wrap .text-wrap .inner-wrap {
  z-index: 2;
}
.page-template-template-homepage .slider-wrap .text-wrap.top_left {
  text-align: left;
}
.page-template-template-homepage .slider-wrap .text-wrap.top_left h2,
.page-template-template-homepage .slider-wrap .text-wrap.top_left p {
  margin-right: 25%;
}
.page-template-template-homepage .slider-wrap .text-wrap.top_left .inner-wrap {
  position: absolute;
  top: 80px;
  left: 80px;
}
@media (max-width: 1024px) {
  .page-template-template-homepage .slider-wrap .text-wrap.top_left .inner-wrap {
    top: 20px;
  }
}
@media (max-width: 767px) {
  .page-template-template-homepage .slider-wrap .text-wrap.top_left .inner-wrap {
    left: 20px;
  }
}
.page-template-template-homepage .slider-wrap .text-wrap.top_right {
  text-align: right;
}
.page-template-template-homepage .slider-wrap .text-wrap.top_right h2,
.page-template-template-homepage .slider-wrap .text-wrap.top_right p {
  margin-left: 25%;
}
.page-template-template-homepage .slider-wrap .text-wrap.top_right .inner-wrap {
  position: absolute;
  top: 80px;
  right: 80px;
}
@media (max-width: 1024px) {
  .page-template-template-homepage .slider-wrap .text-wrap.top_right .inner-wrap {
    top: 20px;
  }
}
@media (max-width: 767px) {
  .page-template-template-homepage .slider-wrap .text-wrap.top_right .inner-wrap {
    right: 20px;
  }
}
.page-template-template-homepage .slider-wrap .text-wrap.bottom_right {
  text-align: right;
}
.page-template-template-homepage .slider-wrap .text-wrap.bottom_right h2,
.page-template-template-homepage .slider-wrap .text-wrap.bottom_right p {
  margin-left: 25%;
}
.page-template-template-homepage .slider-wrap .text-wrap.bottom_right .inner-wrap {
  position: absolute;
  bottom: 80px;
  right: 80px;
}
@media (max-width: 1024px) {
  .page-template-template-homepage .slider-wrap .text-wrap.bottom_right .inner-wrap {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page-template-template-homepage .slider-wrap .text-wrap.bottom_right .inner-wrap {
    right: 20px;
  }
}
.page-template-template-homepage .slider-wrap .text-wrap.bottom_left {
  text-align: left;
}
.page-template-template-homepage .slider-wrap .text-wrap.bottom_left h2,
.page-template-template-homepage .slider-wrap .text-wrap.bottom_left p {
  margin-right: 25%;
}
.page-template-template-homepage .slider-wrap .text-wrap.bottom_left .inner-wrap {
  position: absolute;
  bottom: 80px;
  left: 80px;
}
@media (max-width: 1024px) {
  .page-template-template-homepage .slider-wrap .text-wrap.bottom_left .inner-wrap {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page-template-template-homepage .slider-wrap .text-wrap.bottom_left .inner-wrap {
    left: 10px;
  }
}
.page-template-template-homepage .slider-wrap .text-wrap h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 95px;
  font-size: 5.9375em;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 5px;
}
@media (max-width: 1600px) {
  .page-template-template-homepage .slider-wrap .text-wrap h2 {
    font-size: 80px;
    font-size: 5em;
  }
}
@media (max-width: 1400px) {
  .page-template-template-homepage .slider-wrap .text-wrap h2 {
    font-size: 70px;
    font-size: 4.375em;
  }
}
@media (max-width: 1200px) {
  .page-template-template-homepage .slider-wrap .text-wrap h2 {
    font-size: 60px;
    font-size: 3.75em;
  }
}
@media (max-width: 1024px) {
  .page-template-template-homepage .slider-wrap .text-wrap h2 {
    font-size: 30px;
    font-size: 1.875em;
  }
}
@media (max-width: 767px) {
  .page-template-template-homepage .slider-wrap .text-wrap h2 {
    font-size: 27px;
    font-size: 1.6875em;
  }
}
.page-template-template-homepage .slider-wrap .text-wrap h2 a {
  text-decoration: none;
  border-bottom: none;
  color: #ffffff;
}
.page-template-template-homepage .slider-wrap .text-wrap p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 48px;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1200px) {
  .page-template-template-homepage .slider-wrap .text-wrap p {
    font-size: 30px;
    font-size: 1.875em;
  }
}
@media (max-width: 1024px) {
  .page-template-template-homepage .slider-wrap .text-wrap p {
    font-size: 27px;
    font-size: 1.6875em;
  }
}
@media (max-width: 767px) {
  .page-template-template-homepage .slider-wrap .text-wrap p {
    font-size: 10px;
    font-size: 0.625em;
  }
}
.page-template-template-homepage .slider-wrap .text-wrap .learn-more {
  font-size: 22px;
  font-size: 1.375em;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .page-template-template-homepage .slider-wrap .text-wrap .learn-more {
    font-size: 10px;
    font-size: 0.625em;
  }
}
@media (max-width: 480px) {
  .page-template-template-homepage .slider-wrap .text-wrap .learn-more {
    font-size: 8px;
    font-size: 0.5em;
    margin-top: 5px;
  }
}
.page-template-template-homepage .project-categories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-right: -5px;
  margin-top: 20px;
  opacity: 0;
}
@media (max-width: 767px) {
  .page-template-template-homepage .project-categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5px;
  }
}
.page-template-template-homepage .project-categories .proj-category {
  width: 16.66%;
  padding-right: 5px;
  margin-bottom: 5px;
  position: relative;
}
@media (max-width: 1024px) {
  .page-template-template-homepage .project-categories .proj-category {
    width: calc(100% / 3);
  }
}
@media (max-width: 767px) {
  .page-template-template-homepage .project-categories .proj-category {
    width: 50%;
  }
}
.page-template-template-homepage .project-categories .proj-category img {
  display: block;
  width: 100%;
}
.page-template-template-homepage .project-categories .proj-category > .term-name {
  font-size: 16px;
  font-size: 1em;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background: #0c5c9b;
  display: block;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .page-template-template-homepage .project-categories .proj-category > .term-name {
    font-size: 8px;
    font-size: 0.5em;
    padding: 5px 10px;
  }
}
.page-template-template-homepage .project-categories .flickity-prev-next-button {
  background: transparent;
}
.page-template-template-homepage .project-categories .flickity-prev-next-button:hover {
  background: transparent;
}
.page-template-template-homepage .project-categories .flickity-prev-next-button .arrow {
  fill: #ffffff;
}

.page-template-template-leadership .hero-container {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .page-template-template-leadership .hero-container {
    margin-bottom: 5px;
  }
}
.page-template-template-leadership .hero-container img {
  display: block;
}
.page-template-template-leadership #featured-sections {
  overflow: hidden;
}
.page-template-template-leadership .team-loop {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -5px;
}
.page-template-template-leadership .team-loop .team {
  width: 20%;
  padding-right: 5px;
  margin-bottom: 5px;
  position: relative;
}
@media (max-width: 1300px) {
  .page-template-template-leadership .team-loop .team {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .page-template-template-leadership .team-loop .team {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .page-template-template-leadership .team-loop .team {
    width: 50%;
  }
}
.page-template-template-leadership .team-loop .team .inner-wrap {
  position: relative;
}
.page-template-template-leadership .team-loop .team .inner-wrap:hover {
  cursor: pointer;
}
.page-template-template-leadership .team-loop .team .inner-wrap:hover .text-wrap {
  opacity: 1;
}
.page-template-template-leadership .team-loop .team img {
  width: 100%;
  display: block;
}
.page-template-template-leadership .team-loop .team .text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0c5c9b;
  color: #ffffff;
  opacity: 0;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .page-template-template-leadership .team-loop .team .text-wrap {
    display: none;
  }
}
.page-template-template-leadership .team-loop .team .text-wrap h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1em;
  margin: 0;
}
.page-template-template-leadership .team-loop .team .text-wrap h3 span {
  font-weight: 400;
}
.page-template-template-leadership .team-loop .team .text-wrap .position {
  font-size: 12px;
  font-size: 0.75em;
}
.page-template-template-leadership .team-loop .team a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.single-leadership .single-team > .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.single-leadership .single-team .column {
  padding-right: 32px;
  position: relative;
}
@media (max-width: 1024px) {
  .single-leadership .single-team .column {
    width: 100%;
    padding-right: 0;
  }
}
.single-leadership .single-team .column img {
  width: 100%;
  display: block;
}
.single-leadership .single-team .column .inner-col-wrap {
  position: relative;
}
.single-leadership .single-team .column .desc {
  font-family: "Source Sans Pro", sans-serif;
  color: #ffffff;
  background: #0c5c9b;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 32px 40px 40px;
  margin: 0;
}
@media (max-width: 1024px) {
  .single-leadership .single-team .column .desc {
    position: relative;
    padding: 16px 20px 20px;
  }
}
@media (max-width: 767px) {
  .single-leadership .single-team .column .desc {
    font-size: 14px;
    font-size: 0.875em;
  }
}
.single-leadership .single-team .c_first {
  width: 30%;
}
@media (max-width: 767px) {
  .single-leadership .single-team .c_first {
    width: 100%;
  }
}
.single-leadership .single-team .c_last {
  width: 70%;
  border-top: 15px solid #d7d7d7;
}
@media (max-width: 1024px) {
  .single-leadership .single-team .c_last {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .single-leadership .single-team .c_last {
    padding: 0 10px;
    width: 100%;
  }
}
.single-leadership .single-team .content-header {
  color: #0c5c9b;
  margin-top: 26px;
}
.single-leadership .single-team .content-header .page-title {
  font-size: 24px;
  font-size: 1.5em;
  margin: 0 0 5px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .single-leadership .single-team .content-header .page-title {
    font-size: 18px;
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .single-leadership .single-team .content-header .page-title {
    font-size: 16px;
    font-size: 1em;
  }
}
.single-leadership .single-team .content-header .page-title span {
  font-weight: 400;
}
.single-leadership .single-team .content-header .page-description {
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
@media (max-width: 767px) {
  .single-leadership .single-team .content-header .page-description {
    font-size: 16px;
    font-size: 1em;
    margin-bottom: 23px;
  }
}
.single-leadership .single-team .content-header a {
  color: #0c5c9b;
  text-decoration: none;
  display: inline-block;
  margin-top: 4px;
}
.single-leadership .single-team .content-wrap {
  color: #6d6e71;
  line-height: 1.5;
  margin-top: 148px;
}
.single-leadership .single-team .content-wrap .achievements {
  margin: 50px 0;
}
@media (max-width: 1024px) {
  .single-leadership .single-team .content-wrap {
    margin-top: 30px;
  }
}
.single-leadership .single-team .content-wrap h3 {
  font-size: 22px;
  font-size: 1.375em;
  margin: 0;
}
@media (max-width: 1024px) {
  .single-leadership .single-team .content-wrap h3 {
    font-size: 18px;
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .single-leadership .single-team .content-wrap h3 {
    font-size: 16px;
    font-size: 1em;
    margin: 0px;
  }
}
.single-leadership .single-team .content-wrap p {
  font-size: 18px;
  font-size: 1.125em;
}
@media (max-width: 767px) {
  .single-leadership .single-team .content-wrap p {
    font-size: 16px;
    font-size: 1em;
  }
}
.single-leadership .single-team .content-wrap .item-block + .item-block {
  margin-top: 30px;
}
.single-leadership .single-team .content-wrap .item-block p {
  margin: 0;
}

@media (max-width: 767px) {
  .post-type-archive-projects .content-heading,
  .page-template-template-featured .content-heading,
  .tax-project_category .content-heading {
    display: none;
  }
}

.page-template-template-featured .content-heading,
.search-results .content-heading,
.post-type-archive-projects .content-heading,
.tax-project_category .content-heading {
  padding: 20px 0 10px 50px;
}
@media (max-width: 1024px) {
  .page-template-template-featured .content-heading,
  .search-results .content-heading,
  .post-type-archive-projects .content-heading,
  .tax-project_category .content-heading {
    padding: 15px 20px 10px 20px;
  }
}
@media (max-width: 767px) {
  .page-template-template-featured .content-heading,
  .search-results .content-heading,
  .post-type-archive-projects .content-heading,
  .tax-project_category .content-heading {
    padding-left: 10px;
  }
}
.page-template-template-featured .content-heading .page-description,
.search-results .content-heading .page-description,
.post-type-archive-projects .content-heading .page-description,
.tax-project_category .content-heading .page-description {
  display: none;
}
.page-template-template-featured .content-heading > .page-title,
.search-results .content-heading > .page-title,
.post-type-archive-projects .content-heading > .page-title,
.tax-project_category .content-heading > .page-title {
  font-size: 24px;
  font-size: 1.5em;
  color: #6d6e71;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  .page-template-template-featured .content-heading > .page-title,
  .search-results .content-heading > .page-title,
  .post-type-archive-projects .content-heading > .page-title,
  .tax-project_category .content-heading > .page-title {
    font-size: 16px;
    font-size: 1em;
  }
}
.page-template-template-featured .content-heading > .page-title a,
.search-results .content-heading > .page-title a,
.post-type-archive-projects .content-heading > .page-title a,
.tax-project_category .content-heading > .page-title a {
  color: #6d6e71;
  border-bottom: 1px solid #6d6e71;
  text-decoration: none;
}
.page-template-template-featured #featured-sections,
.search-results #featured-sections,
.post-type-archive-projects #featured-sections,
.tax-project_category #featured-sections {
  overflow: hidden;
}
.page-template-template-featured .project-grid,
.search-results .project-grid,
.post-type-archive-projects .project-grid,
.tax-project_category .project-grid {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -5px;
}
.page-template-template-featured .project-grid .post-project,
.search-results .project-grid .post-project,
.post-type-archive-projects .project-grid .post-project,
.tax-project_category .project-grid .post-project {
  width: 25%;
  padding-right: 5px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .page-template-template-featured .project-grid .post-project,
  .search-results .project-grid .post-project,
  .post-type-archive-projects .project-grid .post-project,
  .tax-project_category .project-grid .post-project {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .page-template-template-featured .project-grid .post-project,
  .search-results .project-grid .post-project,
  .post-type-archive-projects .project-grid .post-project,
  .tax-project_category .project-grid .post-project {
    width: 50%;
  }
}
.page-template-template-featured .project-grid .post-project .inner-wrap,
.search-results .project-grid .post-project .inner-wrap,
.post-type-archive-projects .project-grid .post-project .inner-wrap,
.tax-project_category .project-grid .post-project .inner-wrap {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.page-template-template-featured .project-grid .post-project .inner-wrap:hover,
.search-results .project-grid .post-project .inner-wrap:hover,
.post-type-archive-projects .project-grid .post-project .inner-wrap:hover,
.tax-project_category .project-grid .post-project .inner-wrap:hover {
  cursor: pointer;
  opacity: 0.5;
}
.page-template-template-featured .project-grid .post-project img,
.search-results .project-grid .post-project img,
.post-type-archive-projects .project-grid .post-project img,
.tax-project_category .project-grid .post-project img {
  width: 100%;
  height: auto;
  display: block;
}
.page-template-template-featured .project-grid .post-project .post-heading,
.search-results .project-grid .post-project .post-heading,
.post-type-archive-projects .project-grid .post-project .post-heading,
.tax-project_category .project-grid .post-project .post-heading {
  color: #6d6e71;
  text-transform: uppercase;
  padding: 6px 10px 0 10px;
}
.page-template-template-featured .project-grid .post-project .post-heading .post-title,
.search-results .project-grid .post-project .post-heading .post-title,
.post-type-archive-projects .project-grid .post-project .post-heading .post-title,
.tax-project_category .project-grid .post-project .post-heading .post-title {
  font-size: 20px;
  font-size: 1.25em;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .page-template-template-featured .project-grid .post-project .post-heading .post-title,
  .search-results .project-grid .post-project .post-heading .post-title,
  .post-type-archive-projects .project-grid .post-project .post-heading .post-title,
  .tax-project_category .project-grid .post-project .post-heading .post-title {
    font-size: 12px;
    font-size: 0.75em;
  }
}
.page-template-template-featured .project-grid .post-project .post-heading .post-title a,
.search-results .project-grid .post-project .post-heading .post-title a,
.post-type-archive-projects .project-grid .post-project .post-heading .post-title a,
.tax-project_category .project-grid .post-project .post-heading .post-title a {
  color: #6d6e71;
  text-decoration: none;
}
.page-template-template-featured .project-grid .post-project .location,
.search-results .project-grid .post-project .location,
.post-type-archive-projects .project-grid .post-project .location,
.tax-project_category .project-grid .post-project .location {
  font-size: 18px;
  font-size: 1.125em;
  color: #6d6e71;
  margin: 0;
  padding-left: 10px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .page-template-template-featured .project-grid .post-project .location,
  .search-results .project-grid .post-project .location,
  .post-type-archive-projects .project-grid .post-project .location,
  .tax-project_category .project-grid .post-project .location {
    font-size: 11px;
    font-size: 0.6875em;
  }
}
@media (max-width: 480px) {
  .page-template-template-featured .project-grid .post-project .location,
  .search-results .project-grid .post-project .location,
  .post-type-archive-projects .project-grid .post-project .location,
  .tax-project_category .project-grid .post-project .location {
    font-size: 10px;
    font-size: 0.625em;
  }
}

.single-projects .slider-wrap {
  position: relative;
}
@media (max-width: 1024px) {
  .single-projects .slider-wrap {
    padding-bottom: 50%;
    height: auto !important;
  }
}
@media (max-width: 960px) {
  .single-projects .slider-wrap {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .single-projects .slider-wrap {
    padding-bottom: 55%;
    height: 300px;
  }
}
@media (max-width: 480px) {
  .single-projects .slider-wrap {
    height: 250px;
  }
}
.single-projects .slider-wrap .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}
.single-projects .slider-wrap .cycle-slideshow {
  height: 100%;
}
@media (max-width: 1024px) {
  .single-projects .slider-wrap .cycle-slideshow {
    position: absolute !important;
    width: 100%;
  }
}
.single-projects .slider-wrap .cycle-nav > span {
  width: 41px;
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 999999;
}
@media (max-width: 767px) {
  .single-projects .slider-wrap .cycle-nav > span {
    width: 20px;
    height: 18px;
  }
}
.single-projects .slider-wrap .cycle-nav > span:hover {
  cursor: pointer;
}
.single-projects .slider-wrap .cycle-nav > span._prev {
  background: url("../../../../images/arrow-left.png") center center no-repeat;
  background-size: cover;
  left: 15px;
}
@media (max-width: 767px) {
  .single-projects .slider-wrap .cycle-nav > span._prev {
    left: 10px;
  }
}
.single-projects .slider-wrap .cycle-nav > span._next {
  background: url("../../../../images/arrow-right.png") center center no-repeat;
  background-size: cover;
  right: 15px;
}
@media (max-width: 767px) {
  .single-projects .slider-wrap .cycle-nav > span._next {
    right: 10px;
  }
}
.single-projects .slider-wrap img {
  width: 100%;
}
@media (max-width: 767px) {
  .single-projects .slider-wrap img {
    width: 130%;
    margin: 0 -15%;
  }
}
.single-projects .slider-wrap .text-wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  text-transform: uppercase;
  color: #ffffff;
  padding: 60px 60px 0 0;
  letter-spacing: 100%;
}
.single-projects .slider-wrap .text-wrap h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 129px;
  font-size: 8.0625em;
  font-weight: 900;
  margin: 0;
}
.single-projects .slider-wrap .text-wrap p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 48px;
  font-size: 3em;
  font-weight: 900;
  line-height: 1;
  margin: -20px 0 0;
}
.single-projects .slider-wrap .text-wrap a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  display: inline-block;
  margin-top: 8px;
}
.single-projects .page-content .image-wrap {
  float: right;
  width: 470px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .single-projects .page-content .image-wrap {
    width: 50%;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .single-projects .page-content .image-wrap {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.single-projects .page-content .image-wrap #thumb-pager {
  margin-right: -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.single-projects .page-content .image-wrap .slide {
  width: 50%;
  display: inline-block;
  padding-right: 5px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.single-projects .page-content .image-wrap .slide img {
  width: 100%;
  display: block;
  opacity: 1;
}
.single-projects .page-content .image-wrap .slide:hover {
  cursor: pointer;
  opacity: .5;
}
.single-projects .page-content .image-wrap .slide.cycle-pager-active {
  opacity: .5;
}
.single-projects .page-content .text-wrap {
  float: left;
  width: 100%;
  margin-right: -470px;
  padding-right: 500px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .single-projects .page-content .text-wrap {
    width: 50%;
    margin-right: 0;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .single-projects .page-content .text-wrap {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
}
.single-projects .page-content .text-wrap .body-copy {
  font-size: 24px;
  font-size: 1.5em;
  color: #6d6e71;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .single-projects .page-content .text-wrap .body-copy {
    font-size: 18px;
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .single-projects .page-content .text-wrap .body-copy {
    font-size: 16px;
    font-size: 1em;
  }
}
.single-projects .page-content .text-wrap ul {
  padding: 0 0 0 15px;
  margin: 0;
}
.single-projects .page-content .text-wrap ul li + li {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .single-projects .page-content .text-wrap ul li + li {
    margin-top: 5px;
  }
}
.single-projects .content-entry {
  padding: 30px 50px;
  color: #6d6e71;
}
@media (max-width: 1024px) {
  .single-projects .content-entry {
    padding: 30px 20px;
  }
}
@media (max-width: 1024px) {
  .single-projects .content-entry {
    padding: 20px 10px;
  }
}
@media (max-width: 1024px) {
  .single-projects .content-entry {
    padding: 11px 10px;
  }
}
.single-projects .content-entry .content-heading {
  font-family: "Source Sans Pro", sans-serif;
}
@media (max-width: 767px) {
  .single-projects .content-entry .content-heading {
    margin-top: 0px;
  }
}
.single-projects .content-entry .content-heading .page-title {
  font-size: 30px;
  font-size: 1.875em;
  font-weight: 700;
  margin: 0 0 4px;
}
@media (max-width: 1024px) {
  .single-projects .content-entry .content-heading .page-title {
    font-size: 24px;
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .single-projects .content-entry .content-heading .page-title {
    font-size: 16px;
    font-size: 1em;
  }
}
.single-projects .content-entry .content-heading + p {
  font-size: 30px;
  font-size: 1.875em;
  font-weight: 400;
  margin: 0 0 30px;
}
@media (max-width: 1024px) {
  .single-projects .content-entry .content-heading + p {
    font-size: 24px;
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .single-projects .content-entry .content-heading + p {
    font-size: 16px;
    font-size: 1em;
    margin: 0 0 10px;
  }
}
.single-projects .share-container {
  text-align: right;
}
@media (max-width: 767px) {
  .single-projects .share-container {
    text-align: left;
  }
}
.single-projects .share-container h5 {
  font-size: 12px;
  font-size: 0.75em;
  font-weight: 400;
  margin: 0;
  display: none;
}
@media (max-width: 767px) {
  .single-projects .share-container h5 {
    display: block;
  }
}
@media (max-width: 767px) {
  .single-projects .share-container .share-this {
    margin-top: 8px;
  }
}
.single-projects .social-share {
  padding: 5px 0;
  margin: 0;
}
.single-projects .social-share li {
  display: inline-block;
  vertical-align: middle;
}
.single-projects .social-share li + li {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .single-projects .social-share li + li {
    margin-left: 10px;
  }
}
.single-projects .social-share li svg path {
  fill: #0c5c9b;
}
.single-projects .social-share li.facebook svg {
  width: 23px;
  height: 48px;
}
@media (max-width: 1024px) {
  .single-projects .social-share li.facebook svg {
    width: 12px;
    height: 24px;
  }
}
.single-projects .social-share li.facebook svg:hover {
  cursor: pointer;
}
.single-projects .social-share li.instagram svg {
  width: 48px;
  height: 48px;
}
@media (max-width: 1024px) {
  .single-projects .social-share li.instagram svg {
    width: 24px;
    height: 24px;
  }
}
.single-projects .social-share li.instagram svg:hover {
  cursor: pointer;
}
.single-projects .social-share li.linkedin svg {
  width: 48px;
  height: 48px;
}
@media (max-width: 1024px) {
  .single-projects .social-share li.linkedin svg {
    width: 24px;
    height: 24px;
  }
}
.single-projects .social-share li.linkedin svg:hover {
  cursor: pointer;
}
.single-projects .social-share li.twitter svg {
  width: 60px;
  height: 48px;
}
@media (max-width: 1024px) {
  .single-projects .social-share li.twitter svg {
    width: 30px;
    height: 24px;
  }
}
.single-projects .social-share li.twitter svg:hover {
  cursor: pointer;
}

.page-template-template-about #page-content {
  max-width: 1170px;
  padding: 60px 0 0 50px;
  color: #6d6e71;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .page-template-template-about #page-content {
    padding: 40px 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .page-template-template-about #page-content {
    padding: 10px 10px 0 10px;
  }
}
.page-template-template-about #page-content h3 {
  font-size: 30px;
  font-size: 1.875em;
  margin: 0 0 30px;
}
@media (max-width: 1024px) {
  .page-template-template-about #page-content h3 {
    font-size: 24px;
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .page-template-template-about #page-content h3 {
    font-size: 18px;
    font-size: 1.125em;
    margin: 0;
  }
}
.page-template-template-about #page-content p {
  font-size: 24px;
  font-size: 1.5em;
}
@media (max-width: 1024px) {
  .page-template-template-about #page-content p {
    font-size: 18px;
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .page-template-template-about #page-content p {
    font-size: 16px;
    font-size: 1em;
  }
}

.page-template-template-contact .content-heading {
  padding: 20px 0 10px 50px;
}
@media (max-width: 1024px) {
  .page-template-template-contact .content-heading {
    padding: 15px 20px 10px;
  }
}
@media (max-width: 767px) {
  .page-template-template-contact .content-heading {
    padding-left: 10px;
  }
}
.page-template-template-contact .content-heading > .page-title {
  font-size: 24px;
  font-size: 1.5em;
  color: #6d6e71;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  .page-template-template-contact .content-heading > .page-title {
    font-size: 16px;
    font-size: 1em;
  }
}
.page-template-template-contact .main-office {
  padding: 0 0 40px;
}
@media (max-width: 1024px) {
  .page-template-template-contact .main-office {
    padding: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .page-template-template-contact .main-office {
    padding: 0 0 15px;
  }
}
.page-template-template-contact .main-office #map {
  margin-bottom: 40px;
  height: 500px;
}
@media (max-width: 1024px) {
  .page-template-template-contact .main-office #map {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .page-template-template-contact .main-office #map {
    height: 260px;
    margin-bottom: 9px;
  }
}
.page-template-template-contact .main-office #map iframe {
  width: 100%;
}
.page-template-template-contact .main-office .column-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 767px) {
  .page-template-template-contact .main-office .column-wrap {
    display: block;
    padding: 30px 0;
  }
}
.page-template-template-contact .main-office .column {
  width: 33%;
  text-align: center;
}
@media (max-width: 767px) {
  .page-template-template-contact .main-office .column {
    width: 100%;
  }
  .page-template-template-contact .main-office .column + .column {
    margin-top: 30px;
  }
}
.page-template-template-contact .main-office .column .inner-col {
  font-size: 24px;
  font-size: 1.5em;
  color: #6d6e71;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .page-template-template-contact .main-office .column .inner-col {
    font-size: 24px;
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .page-template-template-contact .main-office .column .inner-col {
    font-size: 14px;
    font-size: 0.875em;
  }
}
.page-template-template-contact .main-office .column .inner-col h4 {
  margin: 0;
  text-transform: uppercase;
  color: #0c5c9b;
}
@media (max-width: 767px) {
  .page-template-template-contact .main-office .column .inner-col h4 {
    margin: 0;
  }
}
.page-template-template-contact .main-office .column .inner-col p {
  margin: 0;
}
@media (max-width: 767px) {
  .page-template-template-contact .main-office .column .inner-col p {
    margin: 0 0 10px;
  }
}
.page-template-template-contact .main-office .column .inner-col a {
  text-decoration: none;
  color: #0c5c9b;
  border-bottom: 1px solid #0c5c9b;
}
.page-template-template-contact .main-office .column .inner-col .contact-no {
  margin-top: 30px;
}
.page-template-template-contact #regional-offices {
  border-top: 1px solid #0c5c9b;
  padding: 30px 0 40px;
}
@media (max-width: 767px) {
  .page-template-template-contact #regional-offices {
    padding: 14px 0;
  }
}
.page-template-template-contact #regional-offices h3 {
  font-size: 24px;
  font-size: 1.5em;
  margin: 0 0 40px;
  color: #6d6e71;
}
@media (max-width: 1024px) {
  .page-template-template-contact #regional-offices h3 {
    font-size: 24px;
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .page-template-template-contact #regional-offices h3 {
    font-size: 14px;
    font-size: 0.875em;
    margin: 0 0 20px;
  }
}
.page-template-template-contact #regional-offices .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.page-template-template-contact #regional-offices .wrap .regional-office {
  color: #6d6e71;
  font-size: 24px;
  font-size: 1.5em;
}
.page-template-template-contact #regional-offices .wrap .regional-office h4 {
  margin: 0 0 30px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .page-template-template-contact #regional-offices .wrap .regional-office h4 {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .page-template-template-contact #regional-offices .wrap .regional-office {
    font-size: 24px;
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .page-template-template-contact #regional-offices .wrap .regional-office {
    font-size: 14px;
    font-size: 0.875em;
  }
}
.page-template-template-contact #contact-form {
  color: #6d6e71;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .page-template-template-contact #contact-form {
    padding: 14px 0;
  }
}
.page-template-template-contact #contact-form h3 {
  font-size: 24px;
  font-size: 1.5em;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .page-template-template-contact #contact-form h3 {
    font-size: 12px;
    font-size: 0.75em;
    margin: 0 0 10px;
  }
}
.page-template-template-contact #contact-form p {
  font-size: 24px;
  font-size: 1.5em;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-template-template-contact #contact-form p {
    font-size: 14px;
    font-size: 0.875em;
  }
}
@media (max-width: 1024px) {
  .page-template-template-contact #contact-form br {
    display: none;
  }
}
.page-template-template-contact #contact-form .wpforms-field-container {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .page-template-template-contact #contact-form .wpforms-field-container {
    margin-top: 5px;
  }
}
.page-template-template-contact #contact-form .wpforms-field-container .wpforms-field ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #6d6e71;
}
@media (max-width: 1024px) {
  .page-template-template-contact #contact-form .wpforms-field-container .wpforms-field ::-webkit-input-placeholder {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-template-template-contact #contact-form .wpforms-field-container .wpforms-field ::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.page-template-template-contact #contact-form .wpforms-field-container .wpforms-field ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #6d6e71;
}
@media (max-width: 1024px) {
  .page-template-template-contact #contact-form .wpforms-field-container .wpforms-field ::-moz-placeholder {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-template-template-contact #contact-form .wpforms-field-container .wpforms-field ::-moz-placeholder {
    font-size: 14px;
  }
}
.page-template-template-contact #contact-form .wpforms-field-container .wpforms-field :-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #6d6e71;
}
@media (max-width: 1024px) {
  .page-template-template-contact #contact-form .wpforms-field-container .wpforms-field :-ms-input-placeholder {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-template-template-contact #contact-form .wpforms-field-container .wpforms-field :-ms-input-placeholder {
    font-size: 14px;
  }
}
.page-template-template-contact #contact-form .wpforms-field-container .wpforms-field :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #6d6e71;
}
@media (max-width: 1024px) {
  .page-template-template-contact #contact-form .wpforms-field-container .wpforms-field :-moz-placeholder {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-template-template-contact #contact-form .wpforms-field-container .wpforms-field :-moz-placeholder {
    font-size: 14px;
  }
}
.page-template-template-contact #contact-form .wpforms-field-container .wpforms-field input {
  height: auto;
}
.page-template-template-contact #contact-form .wpforms-field-container .wpforms-field input,
.page-template-template-contact #contact-form .wpforms-field-container .wpforms-field textarea {
  font-size: 24px;
  background: #d7d7d7;
  color: #6d6e71;
  border-radius: 0;
}
@media (max-width: 767px) {
  .page-template-template-contact #contact-form .wpforms-field-container .wpforms-field input,
  .page-template-template-contact #contact-form .wpforms-field-container .wpforms-field textarea {
    font-size: 14px;
  }
}
.page-template-template-contact #contact-form .wpforms-container-full .wpforms-form .wpforms-field,
.page-template-template-contact #contact-form .wpforms-submit-container-full .wpforms-form .wpforms-field {
  padding: 3px 0;
}
.page-template-template-contact #contact-form .wpforms-submit-container .wpforms-submit {
  font-size: 24px;
  color: #ffffff;
  background: #0c5c9b;
  border: none;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .page-template-template-contact #contact-form .wpforms-submit-container .wpforms-submit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-template-template-contact #contact-form .wpforms-submit-container .wpforms-submit {
    font-size: 14px;
  }
}
.page-template-template-contact #contact-form .wpforms-confirmation-container-full {
  background: none;
  border: 0;
  padding: 0;
  margin: 40px 0 0;
}
.page-template-template-contact #contact-form .wpforms-confirmation-container-full p {
  color: #0c5c9b;
}
.page-template-template-contact ._social-media {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .page-template-template-contact ._social-media {
    margin-top: 30px;
  }
}
.page-template-template-contact ._social-media h3 {
  font-size: 24px;
  font-size: 1.5em;
  color: #0c5c9b;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .page-template-template-contact ._social-media h3 {
    font-size: 14px;
    font-size: 0.875em;
  }
}
.page-template-template-contact ._social-media ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.page-template-template-contact ._social-media ul li {
  list-style-type: none;
  display: inline-block;
  width: 52px;
  height: 52px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-template-template-contact ._social-media ul li {
    width: 20px;
    height: 20px;
  }
}
.page-template-template-contact ._social-media ul li + li {
  margin-left: 10px;
}
.page-template-template-contact ._social-media ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
.page-template-template-contact ._social-media ul li.fb a {
  background: url("../../../../images/Facebook.png") center center no-repeat;
  background-size: cover;
}
.page-template-template-contact ._social-media ul li.ig a {
  background: url("../../../../images/Instagram.png") center center no-repeat;
  background-size: cover;
}
.page-template-template-contact ._social-media ul li.li a {
  background: url("../../../../images/LinkedIn.png") center center no-repeat;
  background-size: cover;
}
.page-template-template-contact ._social-media ul li.tw a {
  background: url("../../../../images/Twitter.png") center center no-repeat;
  background-size: cover;
}

.page-template-template-openings #page-content {
  max-width: 1170px;
  padding: 60px 0 0 50px;
  color: #6d6e71;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .page-template-template-openings #page-content {
    padding: 40px 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .page-template-template-openings #page-content {
    padding: 10px 10px 0 10px;
  }
}
.page-template-template-openings #page-content h3 {
  font-size: 30px;
  font-size: 1.875em;
  margin: 0 0 30px;
}
@media (max-width: 1024px) {
  .page-template-template-openings #page-content h3 {
    font-size: 24px;
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .page-template-template-openings #page-content h3 {
    font-size: 18px;
    font-size: 1.125em;
    margin: 0;
  }
}
.page-template-template-openings #page-content ul, .page-template-template-openings #page-content ol, .page-template-template-openings #page-content p {
  font-size: 24px;
  font-size: 1.5em;
}
@media (max-width: 1024px) {
  .page-template-template-openings #page-content ul, .page-template-template-openings #page-content ol, .page-template-template-openings #page-content p {
    font-size: 18px;
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .page-template-template-openings #page-content ul, .page-template-template-openings #page-content ol, .page-template-template-openings #page-content p {
    font-size: 16px;
    font-size: 1em;
  }
}
.page-template-template-openings .content-heading {
  padding: 20px 0 10px 50px;
}
@media (max-width: 1024px) {
  .page-template-template-openings .content-heading {
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 767px) {
  .page-template-template-openings .content-heading {
    padding-left: 10px;
  }
}
.page-template-template-openings .content-heading > .page-title {
  font-size: 24px;
  font-size: 1.5em;
  color: #6d6e71;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  .page-template-template-openings .content-heading > .page-title {
    font-size: 16px;
    font-size: 1em;
  }
}
.page-template-template-openings #articles-sections {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .page-template-template-openings #articles-sections {
    margin-top: 0;
  }
}
.page-template-template-openings .opening-loop .post {
  padding: 10px 50px;
}
@media (max-width: 1024px) {
  .page-template-template-openings .opening-loop .post {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .page-template-template-openings .opening-loop .post {
    padding: 30px 10px 15px;
  }
}
.page-template-template-openings .opening-loop .post:first-child {
  border-top: 1px solid #0c5c9b;
}
@media (max-width: 767px) {
  .page-template-template-openings .opening-loop .post:first-child {
    padding-top: 15px;
  }
}
.page-template-template-openings .opening-loop .post + .post {
  border-top: 1px solid #0c5c9b;
}
@media (max-width: 767px) {
  .page-template-template-openings .opening-loop .post + .post {
    padding-top: 15px;
  }
}
.page-template-template-openings .opening-loop .post .post-title {
  font-size: 24px;
  font-size: 1.5em;
  margin: 40px 0 40px;
}
@media (max-width: 1024px) {
  .page-template-template-openings .opening-loop .post .post-title {
    font-size: 18px;
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .page-template-template-openings .opening-loop .post .post-title {
    font-size: 16px;
    font-size: 1em;
    margin: 0px 0px -6px;
    padding-left: 10px;
  }
}
.page-template-template-openings .opening-loop .post .post-title a {
  color: #0c5c9b;
  text-decoration: none;
}
.page-template-template-openings .opening-loop .post .post-excerpt,
.page-template-template-openings .opening-loop .post .post-content {
  font-size: 20px;
  font-size: 1.25em;
  color: #6d6e71;
  line-height: 1.5;
  margin-bottom: 46px;
}
@media (max-width: 1024px) {
  .page-template-template-openings .opening-loop .post .post-excerpt,
  .page-template-template-openings .opening-loop .post .post-content {
    font-size: 18px;
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .page-template-template-openings .opening-loop .post .post-excerpt,
  .page-template-template-openings .opening-loop .post .post-content {
    font-size: 14px;
    font-size: 0.875em;
    margin-bottom: 23px;
    padding-left: 10px;
  }
}
.page-template-template-openings .opening-loop .post .applicationLink {
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 700;
  color: #6d6e71;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-template-template-openings .opening-loop .post .applicationLink {
    font-size: 14px;
    font-size: 0.875em;
    padding-left: 10px;
  }
}
.page-template-template-openings .opening-loop .post .date-posted {
  font-size: 18px;
  font-size: 1.125em;
  color: #0c5c9b;
  margin: 48px 0 0;
}
@media (max-width: 767px) {
  .page-template-template-openings .opening-loop .post .date-posted {
    font-size: 14px;
    font-size: 0.875em;
    margin: 10px 0 0 10px;
  }
}
.page-template-template-openings .opening-loop .post .date-posted span {
  display: inline-block;
  border-bottom: 1px solid #0c5c9b;
}
.page-template-template-openings .opening-loop .column {
  width: 60%;
}
.page-template-template-openings .opening-loop .column.first {
  padding-right: 10%;
  padding-bottom: 30px;
  float: left;
}
@media (max-width: 767px) {
  .page-template-template-openings .opening-loop .column.first {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.page-template-template-openings .opening-loop .column.last {
  width: 40%;
  float: right;
}
@media (max-width: 767px) {
  .page-template-template-openings .opening-loop .column.last {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}
.page-template-template-openings .opening-loop .column img {
  width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .single-jobs .hero-container {
    height: 300px !important;
  }
}
@media (max-width: 480px) {
  .single-jobs .hero-container {
    height: 250px !important;
  }
}
.single-jobs #page-content {
  padding: 60px 0 0 50px;
  color: #6d6e71;
  line-height: 1.5;
  max-width: 1170px;
}
@media (max-width: 1024px) {
  .single-jobs #page-content {
    padding: 40px 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .single-jobs #page-content {
    padding: 15px 10px 0 10px;
  }
}
.single-jobs #page-content img {
  max-width: 100%;
}
.single-jobs #page-content .page-title {
  font-size: 30px;
  font-size: 1.875em;
  margin: 0 0 30px;
}
@media (max-width: 1024px) {
  .single-jobs #page-content .page-title {
    font-size: 24px;
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .single-jobs #page-content .page-title {
    font-size: 14px;
    font-size: 0.875em;
    margin-bottom: -2px;
  }
}
.single-jobs #page-content ul,
.single-jobs #page-content ol {
  font-size: 24px;
  font-size: 1.5em;
}
@media (max-width: 1024px) {
  .single-jobs #page-content ul,
  .single-jobs #page-content ol {
    font-size: 18px;
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .single-jobs #page-content ul,
  .single-jobs #page-content ol {
    font-size: 14px;
    font-size: 0.875em;
    padding: 0 0 0 12px;
  }
}
.single-jobs #page-content p,
.single-jobs #page-content .post-date {
  font-size: 24px;
  font-size: 1.5em;
}
@media (max-width: 1024px) {
  .single-jobs #page-content p,
  .single-jobs #page-content .post-date {
    font-size: 18px;
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .single-jobs #page-content p,
  .single-jobs #page-content .post-date {
    font-size: 14px;
    font-size: 0.875em;
  }
}
.single-jobs #page-content p abbr,
.single-jobs #page-content .post-date abbr {
  border-bottom: 1px solid #6d6e71;
  text-decoration: none;
}
.single-jobs #page-content p abbr:hover,
.single-jobs #page-content .post-date abbr:hover {
  cursor: default;
}
.single-jobs #page-content .applicationLink {
  text-decoration: none;
  color: #6d6e71;
  border-bottom: 1px solid #6d6e71;
}

.page-template-template-news .content-heading {
  padding: 20px 0 10px 50px;
}
@media (max-width: 1024px) {
  .page-template-template-news .content-heading {
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 767px) {
  .page-template-template-news .content-heading {
    padding-left: 10px;
  }
}
.page-template-template-news .content-heading > .page-title {
  font-size: 24px;
  font-size: 1.5em;
  color: #6d6e71;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  .page-template-template-news .content-heading > .page-title {
    font-size: 16px;
    font-size: 1em;
  }
}
.page-template-template-news #articles-sections {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .page-template-template-news #articles-sections {
    margin-top: 0;
  }
}
.page-template-template-news .news-loop .post {
  padding: 10px 50px;
  border-top: 1px solid #0c5c9b;
}
@media (max-width: 1024px) {
  .page-template-template-news .news-loop .post {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .page-template-template-news .news-loop .post {
    padding: 15px 10px;
    border-top: none;
  }
  .page-template-template-news .news-loop .post + .post {
    border-top: 1px solid #0c5c9b;
  }
  .page-template-template-news .news-loop .post:first-child {
    padding-top: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .page-template-template-news .news-loop .post:first-child {
    border-top: 1px solid #0c5c9b;
    padding-top: 15px;
  }
}

.page-template-template-news .news-loop .post .post-title {
  font-size: 24px;
  font-size: 1.5em;
  margin: 40px 0px;
}
@media (max-width: 767px) {
  .page-template-template-news .news-loop .post .post-title {
    font-size: 14px;
    font-size: 0.875em;
    margin: 0 0px -6px;
    padding-left: 5px;
  }
}
.page-template-template-news .news-loop .post .post-title a {
  color: #0c5c9b;
  text-decoration: none;
}
.page-template-template-news .news-loop .post .post-content {
  font-size: 20px;
  font-size: 1.25em;
  color: #6d6e71;
  margin-bottom: 46px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .page-template-template-news .news-loop .post .post-content {
    font-size: 14px;
    font-size: 0.875em;
    margin-bottom: -4px;
    padding-left: 5px;
  }
}
.page-template-template-news .news-loop .post .read-more {
  font-weight: 700;
  color: #6d6e71;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-template-template-news .news-loop .post .read-more {
    font-size: 14px;
    font-size: 0.875em;
    padding-left: 5px;
  }
}
.page-template-template-news .news-loop .post .date-posted {
  font-size: 18px;
  font-size: 1.125em;
  color: #0c5c9b;
  margin: 48px 0 0;
}
@media (max-width: 767px) {
  .page-template-template-news .news-loop .post .date-posted {
    font-size: 14px;
    font-size: 0.875em;
    margin: 9px 0 10px;
    padding-left: 5px;
  }
}
.page-template-template-news .news-loop .post .date-posted span {
  display: inline-block;
  border-bottom: 1px solid #0c5c9b;
}
.page-template-template-news .news-loop .column {
  width: 60%;
}
.page-template-template-news .news-loop .column.first {
  padding-right: 10%;
  padding-bottom: 30px;
  float: left;
}
@media (max-width: 767px) {
  .page-template-template-news .news-loop .column.first {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.page-template-template-news .news-loop .column.last {
  width: 40%;
  float: right;
}
@media (max-width: 1024px) {
  .page-template-template-news .news-loop .column.last {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .page-template-template-news .news-loop .column.last {
    float: none;
    width: 100%;
    padding-top: 0px;
  }
}
.page-template-template-news .news-loop .column img {
  width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .single-post .hero-container {
    height: 300px !important;
  }
}
@media (max-width: 480px) {
  .single-post .hero-container {
    height: 250px !important;
  }
}
.single-post #page-content {
  padding: 60px 0 0 50px;
  color: #6d6e71;
  line-height: 1.5;
  max-width: 1170px;
}
@media (max-width: 1024px) {
  .single-post #page-content {
    padding: 40px 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .single-post #page-content {
    padding: 15px 10px 0 10px;
  }
}
.single-post #page-content img {
  max-width: 100%;
}
.single-post #page-content .page-title {
  font-size: 30px;
  font-size: 1.875em;
  margin: 0 0 30px;
}
@media (max-width: 1024px) {
  .single-post #page-content .page-title {
    font-size: 24px;
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .single-post #page-content .page-title {
    font-size: 14px;
    font-size: 0.875em;
    margin-bottom: -2px;
  }
}
.single-post #page-content ul,
.single-post #page-content ol {
  font-size: 24px;
  font-size: 1.5em;
}
@media (max-width: 1024px) {
  .single-post #page-content ul,
  .single-post #page-content ol {
    font-size: 18px;
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .single-post #page-content ul,
  .single-post #page-content ol {
    font-size: 14px;
    font-size: 0.875em;
    padding: 0 0 0 12px;
  }
}
.single-post #page-content p,
.single-post #page-content .post-date {
  font-size: 24px;
  font-size: 1.5em;
}
@media (max-width: 1024px) {
  .single-post #page-content p,
  .single-post #page-content .post-date {
    font-size: 18px;
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .single-post #page-content p,
  .single-post #page-content .post-date {
    font-size: 14px;
    font-size: 0.875em;
  }
}
.single-post #page-content p abbr,
.single-post #page-content .post-date abbr {
  border-bottom: 1px solid #6d6e71;
  text-decoration: none;
}
.single-post #page-content p abbr:hover,
.single-post #page-content .post-date abbr:hover {
  cursor: default;
}

.page-template-template-sustainability #page-content .blurb {
  color: #6d6e71;
  line-height: 1.5;
  margin-bottom: 40px;
  max-width: 1170px;
  padding: 60px 0 0 50px;
}
@media (max-width: 1024px) {
  .page-template-template-sustainability #page-content .blurb {
    padding: 60px 20px 0 20px;
  }
}
@media (max-width: 767px) {
  .page-template-template-sustainability #page-content .blurb {
    padding: 11px 10px 0 10px;
    margin-bottom: 0;
  }
}
.page-template-template-sustainability #page-content .blurb h3 {
  font-size: 30px;
  font-size: 1.875em;
  margin: 0 0 30px;
}
@media (max-width: 1024px) {
  .page-template-template-sustainability #page-content .blurb h3 {
    font-size: 18px;
    font-size: 1.125em;
  }
}
@media (max-width: 767px) {
  .page-template-template-sustainability #page-content .blurb h3 {
    font-size: 16px;
    font-size: 1em;
    margin: 0;
  }
}
.page-template-template-sustainability #page-content .blurb p {
  font-size: 24px;
  font-size: 1.5em;
}
@media (max-width: 1024px) {
  .page-template-template-sustainability #page-content .blurb p {
    font-size: 16px;
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .page-template-template-sustainability #page-content .blurb p {
    font-size: 14px;
    font-size: 0.875em;
  }
}
.page-template-template-sustainability #featured-articles {
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .page-template-template-sustainability #featured-articles {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .page-template-template-sustainability #featured-articles {
    padding: 0 10px;
  }
}
.page-template-template-sustainability .item-loop .post + .post {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .page-template-template-sustainability .item-loop .post + .post {
    margin-top: 0px;
  }
}
.page-template-template-sustainability .item-loop .post .column {
  float: left;
}
@media (max-width: 767px) {
  .page-template-template-sustainability .item-loop .post .column {
    float: none;
  }
}
.page-template-template-sustainability .item-loop .post .column.first {
  width: 315px;
}
@media (max-width: 1024px) {
  .page-template-template-sustainability .item-loop .post .column.first {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .page-template-template-sustainability .item-loop .post .column.first {
    width: 100%;
  }
}
.page-template-template-sustainability .item-loop .post .column.first img {
  width: 100%;
}
@media (max-width: 767px) {
  .page-template-template-sustainability .item-loop .post .column.first img {
    display: block;
  }
}
.page-template-template-sustainability .item-loop .post .column.last {
  width: 100%;
}
@media (max-width: 767px) {
  .page-template-template-sustainability .item-loop .post .column.last {
    margin-top: 6px;
  }
}
.page-template-template-sustainability .item-loop .post .post-heading {
  margin-top: 47px;
}
@media (max-width: 1024px) {
  .page-template-template-sustainability .item-loop .post .post-heading {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page-template-template-sustainability .item-loop .post .post-heading {
    margin-top: 15px;
  }
}
.page-template-template-sustainability .item-loop .post .post-heading.desktop {
  display: block;
}
@media (max-width: 767px) {
  .page-template-template-sustainability .item-loop .post .post-heading.desktop {
    display: none;
  }
}
.page-template-template-sustainability .item-loop .post .post-heading.mobile {
  display: none;
}
@media (max-width: 767px) {
  .page-template-template-sustainability .item-loop .post .post-heading.mobile {
    display: block;
    margin-bottom: 8px;
  }
}
.page-template-template-sustainability .item-loop .post .post-heading .post-title {
  font-size: 30px;
  font-size: 1.875em;
  color: #6d6e71;
  margin: 0;
}
@media (max-width: 1024px) {
  .page-template-template-sustainability .item-loop .post .post-heading .post-title {
    font-size: 24px;
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .page-template-template-sustainability .item-loop .post .post-heading .post-title {
    font-size: 16px;
    font-size: 1em;
  }
}
.page-template-template-sustainability .item-loop .post .post-content {
  font-size: 24px;
  font-size: 1.5em;
  color: #6d6e71;
  line-height: 1.5;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .page-template-template-sustainability .item-loop .post .post-content {
    font-size: 16px;
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .page-template-template-sustainability .item-loop .post .post-content {
    font-size: 14px;
    font-size: 0.875em;
    margin-top: 15px;
  }
}
.page-template-template-sustainability .item-loop .post .post-content p {
  margin-top: 0;
}
.page-template-template-sustainability .item-loop .post .post-content ul {
  padding: 0 0 0 20px;
}
@media (max-width: 767px) {
  .page-template-template-sustainability .item-loop .post .post-content ul {
    padding: 0 0 0 15px;
  }
}
@media (max-width: 480px) {
  .page-template-template-sustainability .item-loop .post .post-content ul {
    padding: 0 0 0 10px;
  }
}

.page-template-template-testimonials .content-heading {
  padding: 50px 0 12px 50px;
}
@media (max-width: 1024px) {
  .page-template-template-testimonials .content-heading {
    padding: 50px 20px 12px 20px;
  }
}
@media (max-width: 1024px) {
  .page-template-template-testimonials .content-heading {
    padding: 10px;
  }
}
.page-template-template-testimonials .content-heading .page-description {
  display: none;
}
.page-template-template-testimonials .content-heading > .page-title {
  font-size: 24px;
  font-size: 1.5em;
  color: #6d6e71;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  .page-template-template-testimonials .content-heading > .page-title {
    font-size: 16px;
    font-size: 1em;
  }
}
.page-template-template-testimonials .content-heading > .page-title a {
  color: #6d6e71;
  border-bottom: 1px solid #6d6e71;
  text-decoration: none;
}
.page-template-template-testimonials #page-content {
  color: #6d6e71;
  line-height: 1.5;
}
.page-template-template-testimonials .testimonial-block {
  font-size: 24px;
  font-size: 1.5em;
  color: #6d6e71;
  margin: 0;
  border-top: 1px solid #0c5c9b;
}
.page-template-template-testimonials .testimonial-block .inner-wrap {
  max-width: 1220px;
  padding: 17px 50px 29px 50px;
}
@media (max-width: 1024px) {
  .page-template-template-testimonials .testimonial-block .inner-wrap {
    padding: 17px 20px 29px;
  }
}
@media (max-width: 767px) {
  .page-template-template-testimonials .testimonial-block .inner-wrap {
    padding: 0 10px 10px;
  }
}
@media (max-width: 767px) {
  .page-template-template-testimonials .testimonial-block {
    font-size: 14px;
    font-size: 0.875em;
  }
}
.page-template-template-testimonials .testimonial-block p {
  font-style: italic;
}
.page-template-template-testimonials .testimonial-block .author {
  font-weight: 700;
}
.page-template-template-testimonials .testimonial-block span {
  display: block;
  text-align: right;
}
@media (max-width: 767px) {
  .page-template-template-testimonials .testimonial-block span {
    text-align: left;
  }
}

.search-results .post > p {
  color: #6d6e71;
  padding: 0 50px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .search-results .post > p {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .search-results .post > p {
    padding: 0 10px;
  }
}
.search-results #articles-sections {
  overflow: hidden;
}

/*======================================================================
    Sections
    Sections
========================================================================*/
/*======================================================================
    Font Awesome
========================================================================*/
