/************************************************

Stylesheet: Global Stylesheet

*************************************************/

/************************************************
FONTS
*************************************************/

@font-face {
    font-family: 'BrownStd';
    src: url('../fonts/BrownStd-Thin.woff2') format('woff2'),
        url('../fonts/BrownStd-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'BrownStd';
    src: url('../fonts/BrownStd-Light.woff2') format('woff2'),
        url('../fonts/BrownStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'BrownStd';
    src: url('../fonts/BrownStd-Regular.woff2') format('woff2'),
        url('../fonts/BrownStd-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrownStd';
    src: url('../fonts/BrownStd-Bold.woff2') format('woff2'),
        url('../fonts/BrownStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/************************************************
GLOBAL
*************************************************/
body {
    background: #fff;
    font-family: 'BrownStd',sans-serif;
    font-weight: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'BrownStd',sans-serif;
    font-style: normal;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizeLegibility;
}

h1:after {
    content: '';
    background: #ff4316;
    display: block;
    position: relative;
    height: 3px;
    width: 82px;
    margin: 22px auto;
}

p {
  color: #5a5a5a;
}

a.button {
    background: #020d26;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    border-radius: 3px;
    letter-spacing: 1px;
    padding: 20px 10px;
}

.button:focus, .button:hover {
    background-color: #081b46;
    color: #fff;
}

a.button.orange {
    background: #ff4414;
}

a.button.orange:hover {
    background: #ff3514;
}

.arrow-down {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

#cta .button-group .button:first-child {
    margin-right: 10px;
}
#cta .button-group {
    max-width: 480px;
    margin: 2em auto 0em;
}

/************************************************
HEADER
*************************************************/
#top-bar-menu {
    padding: 0;
}

.top-bar, .top-bar ul {
    background-color: transparent;
}

header {
  position: relative;
}

img#site-logo {
    max-width: 260px;
}

#top-bar-menu {
    padding: 15px 0px;
}

.menu .active>a {
    background: transparent;
    color: #fff;
}

.menu a {
    font-family: 'BrownStd',sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/************************************************
HERO
*************************************************/
#hero-wrapper {
    position: relative;
    margin-bottom: 3em;
    background: transparent;
}

#hero-overlay {
  position: absolute;
  background: -moz-linear-gradient(top, rgba(2,13,38,0.85) 0%, rgba(2,13,38,0.78) 99%, rgba(2,13,38,0.78) 100%);
  background: -webkit-linear-gradient(top, rgba(2,13,38,0.85) 0%,rgba(2,13,38,0.78) 99%,rgba(2,13,38,0.78) 100%);
  background: linear-gradient(to bottom, rgba(2,13,38,0.85) 0%,rgba(2,13,38,0.78) 99%,rgba(2,13,38,0.78) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9020d26', endColorstr='#c7020d26',GradientType=0 );
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#hero-inner {
  position: relative;
}

.hero-content {
    text-align: center;
    color: #fff;
    padding-top: 15em;
    padding-bottom: 16em;
}

.hero-content .button-group {
    max-width: 410px;
    margin: 0 auto;
}

.hero-content .button-group .button:first-child {
    margin-right: 10px;
}

.hero-content span.h1 {
    font-size: 65px;
}

.hero-content p {
  max-width: 670px;
  display: block;
  margin: 0.2em auto 1.5em;
  color: #fff;
}


/************************************************
SECTION ONE
*************************************************/
.section-one {
    padding-top: 4em;
    padding-bottom: 4em;
    text-align: center;
    background-image: url('/wp-content/uploads/2018/06/world-map.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#section-one-content {
    max-width: 900px;
    margin: 0 auto;
}

#section-one-content h1 {
    font-size: 29px;
    margin-bottom: 12px;
    color: #020e27;
}

/************************************************
SECTION TWO
*************************************************/
.section-two {
    background: #f5f5f5;
    margin-top: 3em;
    padding-top: 7em;
    padding-bottom: 7em;
    position: relative;
}

.section-two .arrow-down {
    border-top: 20px solid #fff;
}

#section-two-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

h2 {
    font-size: 29px;
    margin-bottom: 12px;
    color: #ff4316;
}

/************************************************
SECTION THREE
*************************************************/
.section-three {
    background: #061a44;
    padding-top: 3em;
    padding-bottom: 3em;
    position: relative;
}

.section-three .arrow-down {
    border-top: 20px solid #f5f5f5;
}

#section-three-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

#section-three-content h4 > a {
    color: #ff4316;
    text-decoration: underline;
    font-weight: bold;
}

#section-three-content h4 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 0;
}

/************************************************
SECTION FOUR
*************************************************/
#section-four-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.section-four {
    background: #f5f5f5;
    position: relative;
    padding-top: 5em;
    padding-bottom: 5em;
}

.section-four .arrow-down {
    border-top: 20px solid #061a44;
}

#team-wrapper {
    padding-top: 3em;
    max-width: 1000px;
    margin: 0 auto;
}

.team-member-photo img {
    width: 100%;
}

#team-member {
    background: #fff;
}

#team-member h5 {
    color: #ff4316;
}

.team-member-meta {
    padding: 1em;
}


/************************************************
SECTION FIVE
*************************************************/
.section-five {
    background: #fff;
    position: relative;
    padding-top: 5em;
}

.section-five h2 {
  color: #051b44;
}

#map {
    height: 500px;
    width: 100%;
}

#map-wrapper {
    position: relative;
}

#section-five-content {
    text-align: left;
    padding-bottom: 2em;
    padding-top: 2em;
}

#gform_wrapper_1 {
    position: absolute;
    z-index: 2;
    background: #fff;
    padding: 2em;
    box-shadow: 0px 0px 30px #0000000f;
    border-radius: 6px;
    margin-top: 7px;
}

li#field_1_1 {
    padding-right: 0;
}

li#field_1_2 {
    padding-right: 8px;
}

li#field_1_3 {
    padding-right: 0;
    padding-left: 8px;
}

li#field_1_4 {
    padding-right: 0;
    margin-top: 0;
}


[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    border: 0px !important;
    box-shadow: none !important;
    background: #f5f5f5 !important;
    padding: 13px !important;
    height: 52px !important;
}

textarea {
  height: 200px !important;
}

.gform_wrapper li.hidden_label input {
    margin-top: -18px !important;
}

.gform_wrapper h3.gform_title {
    margin: 0 0 35px 0 !important;
    color: #051c44;
}

input#gform_submit_button_1 {
    width: 100%;
    background: #ff4316;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: -15px;
}

#contact-info h6 {
    color: #ff4316;
}
#contact-info h6 img {
    max-width: 16px;
    height: auto;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7d7d7d !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #7d7d7d !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #7d7d7d !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #7d7d7d !important;
}

.service-block-inner img {
    max-width: 100px;
    margin: 1em auto 1em;
    display: block;
    clear: both;
}

.service-block-inner span {
    font-family: 'BrownStd',sans-serif;
    font-weight: bold;
    color: #051b44;
    text-align: center;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.service-block-inner p {
    text-align: center;
    margin-bottom: 0;
}

#gform_confirmation_message_1 {
    margin-top: 1em;
    font-size: 30px;
    color: #ff4316;
}

/************************************************
SCROLL TOP BUTTON
*************************************************/
#scroll-top-button {
    display: inline-block;
    background-color: #ff4316;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 25px;
    right: 25px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scroll-top-button img {
    max-width: 25px;
    max-height: 25px;
    margin-top: 12px;
}

#scroll-top-button:hover {
  cursor: pointer;
  background-color: #051b44;
}

#scroll-top-button:active {
  background-color: #051b44;
}

#scroll-top-button.show {
  opacity: 1;
  visibility: visible;
}

/************************************************
FOOTER
*************************************************/
p.source-org.copyright {
    text-align: center;
    color: #b9b9b9;
}

button.menu-icon {
    position: absolute;
    top: -24px;
    right: 10px;
}

#off-canvas {
    background: #061a44;
}

.position-top {
    height: auto;
}

.off-canvas .menu a {
    padding: 1.3em 1em;
}

@media screen and (max-width: 63.9375em) {

  #gform_wrapper_1 {
    position: relative;
  }

}

@media screen and (max-width: 39.9375em) {

  .gform_wrapper li.hidden_label input {
     margin-top: 12px !important; 
  }

  li#field_1_2 {
    padding-right: 0;
  }

  li#field_1_3 {
    padding-left: 0;
  }

  #team-member {
    background: #fff;
    max-width: 400px;
    margin: 0 auto 3em;
  }

  .section-four {
    padding-bottom: 2em;
  }

  .h4, h4 {
    font-size: 1.425em;
  }

  .hero-content span.h1 {
    font-size: 34px;
    line-height: 1.1em;
  }

  .hero-content .button-group .button:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .hero-content {
    padding-top: 6em;
    padding-bottom: 7em;
  }

  img#site-logo {
    max-width: 170px;
  }

  .service-block-inner {
    padding: 2em;
  }
  
  #cta .button-group .button:first-child {
    margin-right: 0px;
  }

}

:focus {
  outline-color: transparent;
  outline-style: none;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

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

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

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

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

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

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

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

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

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */
