/*
Theme Name: Madeline Center
Theme URI: http://www.434marketing.com/
Author: 434 Marketing
Author URI: http://www.434marketing.co/
Description: Base theme and functions
Version: 1.0
*/
/********************* BLOCKS **********************/
.block {
  width: 100%;
  clear: both;
  position: relative;
  z-index: 200; }

.wrap {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 6em 0;
  position: relative;
  z-index: 200; }

.wrap_thin {
  max-width: 960px; }

.wrap_wide {
  max-width: 1300px; }

.wrap:before, .wrap:after, form:before, form:after {
  display: table;
  content: " ";
  zoom: 1; }

.wrap:after, form:after {
  clear: both; }

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

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
  margin-left: 3%;
  float: left;
  position: relative; }

.onecol:first-child, .twocol:first-child, .threecol:first-child, .fourcol:first-child, .fivecol:first-child,
.sixcol:first-child, .sevencol:first-child, .eightcol:first-child, .ninecol:first-child, .tencol:first-child,
.elevencol:first-child, .twelvecol:first-child {
  margin-left: 0; }

.onecol {
  width: 5.583%; }

.twocol {
  width: 14.16%; }

.threecol {
  width: 22.75%; }

.fourcol {
  width: 31.33%; }

.fivecol {
  width: 39.91%; }

.sixcol {
  width: 48.5%; }

.sevencol {
  width: 57.08%; }

.eightcol {
  width: 65.66%; }

.ninecol {
  width: 74.25%; }

.tencol {
  width: 82.83%; }

.elevencol {
  width: 91.41%; }

.twelvecol {
  width: 100%; }

.onehalf {
  width: 50%;
  float: left; }

.onethird {
  width: 33%;
  float: left; }

.first {
  margin-left: 0; }

.row {
  overflow: hidden;
  display: block;
  clear: both; }

/*--------- Portrait Tablet And Down ---------*/
@media (max-width: 800px) {
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .onehalf, .onethird {
    width: 100%;
    margin: 0; }

  .alignleft, .alignright, .aligncenter {
    float: none;
    text-align: center;
    margin: 0 0 20px 0; } }
.header .social_line {
  background: none;
  position: relative;
  z-index: 1000; }
  .header .social_line .wrap {
    padding: 10px 0; }
  .header .social_line .social_wrap {
    float: left; }
  .header .social_line .search_icon_wrap {
    margin-left: 5px;
    float: left;
    padding-top: 2px;
    cursor: pointer; }
    .header .social_line .search_icon_wrap svg {
      width: 22px;
      height: 22px; }
      .header .social_line .search_icon_wrap svg path, .header .social_line .search_icon_wrap svg polygon {
        fill: #44c02b; }
  .header .social_line .navigation {
    position: absolute;
    top: 50%;
    right: 0; }
    .header .social_line .navigation .nav_top > li {
      float: left;
      position: relative;
      border-right: 1px solid rgba(255, 255, 255, 0.5);
      line-height: 1em;
      padding-right: 15px;
      margin-right: 15px;
      font-size: 0.875em; }
      .header .social_line .navigation .nav_top > li:last-child {
        border-right: 0;
        margin-right: 0;
        padding-right: 0; }
      .header .social_line .navigation .nav_top > li a {
        line-height: 1em;
        position: relative;
        color: rgba(255, 255, 255, 0.5); }
        .header .social_line .navigation .nav_top > li a:after {
          content: '';
          left: 0;
          position: absolute;
          top: 100%;
          height: 15px;
          width: 100%; }
      .header .social_line .navigation .nav_top > li:hover a {
        color: #44c02b; }
.header .nav_top .sub-menu {
  visibility: hidden;
  top: 30px;
  position: absolute;
  z-index: 9999;
  opacity: 0;
  width: 250px;
  background: #af3456;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.header .nav_top > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1; }
  .header .nav_top > li:hover > .sub-menu li {
    width: 100%; }
.header .nav_top > li > .sub-menu a {
  color: #fff !important;
  font-size: 14px;
  padding: 10px 20px;
  display: block; }
.header .social .item {
  float: left; }
  .header .social .item a {
    display: block; }
  .header .social .item .icon {
    width: 26px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .header .social .item:hover .icon {
    opacity: 1; }

#header .nav_top .sub-menu li:hover a {
  background: #eff;
  color: #af3456 !important; }

@media (max-width: 800px) {
  #header .top {
    height: 131px; } }
@media (max-width: 460px) {
  #header .top {
    height: 107px; } }
.header .nav_line {
  background: #fff;
  position: relative; }
  .header .nav_line .wrap {
    padding: 15px 0; }
  .header .nav_line .logo_wrap {
    max-width: 330px; }
  .header .nav_line .navigation {
    position: absolute;
    right: 0;
    top: 50%; }
  .header .nav_line .nav_main .sub-menu {
    visibility: hidden;
    top: 350%;
    width: 220px;
    text-align: center;
    position: absolute;
    z-index: 9999;
    opacity: 0;
    background: #3c5c99;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .header .nav_line .nav_main .sub-menu > li:hover {
      background: #fff; }
      .header .nav_line .nav_main .sub-menu > li:hover a {
        color: #3c5c99; }
    .header .nav_line .nav_main .sub-menu > li > a {
      color: #fff;
      padding: 10px;
      display: block; }
  .header .nav_line .nav_main > li {
    float: left;
    position: relative; }
    .header .nav_line .nav_main > li:after {
      content: '';
      top: 100%;
      width: 100%;
      height: 30px;
      position: absolute; }
    .header .nav_line .nav_main > li > a {
      padding: 10px;
      display: block;
      margin: 0 2px;
      color: #999;
      text-transform: uppercase;
      font-weight: 300; }
      .header .nav_line .nav_main > li > a:hover {
        background: #3c5c99;
        color: #fff; }
    .header .nav_line .nav_main > li:hover > .sub-menu {
      visibility: visible;
      opacity: 1;
      top: 100%;
      top: calc(100% + 29px); }
    .header .nav_line .nav_main > li.current-menu-item > a {
      background: #3c5c99;
      color: #fff; }

.mobile_menu {
  padding: 20px; }
  .mobile_menu ul {
    list-style-type: none; }
  .mobile_menu .nav_top_mobile {
    margin-top: 20px;
    border-top: 1px solid #fff;
    padding-top: 20px; }
  .mobile_menu svg {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 18px;
    cursor: pointer; }
    .mobile_menu svg path {
      fill: #fff; }
  .mobile_menu .nav_mobile > li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee; }
    .mobile_menu .nav_mobile > li:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .mobile_menu .nav_mobile > li > a {
      font-weight: 600;
      color: #fff;
      font-size: 1.25em;
      display: block;
      line-height: 1em; }
    .mobile_menu .nav_mobile > li.menu-item-has-children > a {
      margin-bottom: 10px; }
    .mobile_menu .nav_mobile > li .sub-menu a {
      color: #eee; }

#mobile_menu {
  background-color: #333;
  position: fixed;
  top: 0;
  right: -300px;
  height: 100%;
  width: 300px;
  overflow: auto;
  z-index: 2000; }

.header .flexslider {
  top: 0;
  position: relative;
  width: 100%; }
  .header .flexslider .slide {
    position: relative;
    height: 800px; }
    .header .flexslider .slide .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0.6; }
    .header .flexslider .slide .content-wrap {
      top: 148px;
      position: absolute;
      height: calc(100% - 148px);
      width: 100%;
      text-align: center; }
      .header .flexslider .slide .content-wrap h1 {
        color: #fff;
        font-weight: 300; }
    .header .flexslider .slide .wrap {
      padding: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .header .flexslider .flex-direction-nav li a {
    width: 40px;
    height: 60px;
    margin: 0;
    overflow: visible;
    -webkit-transform: translateY(calc(-50% + 74px));
    -moz-transform: translateY(calc(-50% + 74px));
    -ms-transform: translateY(calc(-50% + 74px));
    -o-transform: translateY(calc(-50% + 74px));
    transform: translateY(calc(-50% + 74px)); }
    .header .flexslider .flex-direction-nav li a .bg {
      position: absolute;
      width: 120%;
      height: 100%;
      top: 0;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .header .flexslider .flex-direction-nav li a svg {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .header .flexslider .flex-direction-nav li a svg polygon {
        fill: #000; }
    .header .flexslider .flex-direction-nav li a:before {
      content: '';
      width: 40px;
      height: 60px;
      background: rgba(255, 255, 255, 0.7); }
    .header .flexslider .flex-direction-nav li a:hover .bg {
      opacity: 1; }
  .header .flexslider .flex-direction-nav .flex-prev {
    left: 0; }
    .header .flexslider .flex-direction-nav .flex-prev svg {
      -webkit-transform: translate(-50%, -50%) scaleX(-1);
      -moz-transform: translate(-50%, -50%) scaleX(-1);
      -ms-transform: translate(-50%, -50%) scaleX(-1);
      -o-transform: translate(-50%, -50%) scaleX(-1);
      transform: translate(-50%, -50%) scaleX(-1);
      left: calc(50% - 2px); }
    .header .flexslider .flex-direction-nav .flex-prev .bg {
      right: 0;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    .header .flexslider .flex-direction-nav .flex-prev:hover .bg {
      right: -118%; }
    .header .flexslider .flex-direction-nav .flex-prev:before {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
  .header .flexslider .flex-direction-nav .flex-next {
    right: 0; }
    .header .flexslider .flex-direction-nav .flex-next svg {
      left: calc(50% + 2px); }
    .header .flexslider .flex-direction-nav .flex-next .bg {
      left: 0;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .header .flexslider .flex-direction-nav .flex-next:hover .bg {
      left: -118%; }
    .header .flexslider .flex-direction-nav .flex-next:before {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }

@media (max-width: 800px) {
  #header .flexslider .slide {
    height: 500px; }
    #header .flexslider .slide .content-wrap {
      top: 131px;
      height: calc(100% - 131px);
      font-size: 0.875em; }
  #header .flexslider .flex-direction-nav {
    display: none; } }
@media (max-width: 460px) {
  #header .flexslider .slide .content-wrap {
    top: 107px;
    height: calc(100% - 107px);
    font-size: 0.875em; } }
#search {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 1; }
  #search.active {
    z-index: 300;
    opacity: 1;
    visibility: visible; }
  #search .search_field {
    position: absolute;
    top: 50%;
    border: none;
    height: 90%;
    width: 92%;
    font-size: 2.75em;
    text-transform: uppercase;
    color: #3c5c99;
    font-weight: 700; }
  #search .close {
    position: absolute;
    right: 0;
    top: 50%; }
    #search .close svg {
      width: 20px;
      height: 20px;
      cursor: pointer; }
      #search .close svg path {
        fill: #3c5c99; }

.header {
  background: #000;
  height: 800px;
  min-height: 400px;
  position: relative;
  width: 100%; }
  .header .bg {
    opacity: 0.7; }
  .header .logo {
    max-width: 250px; }
  .header .top {
    height: 148px;
    position: relative;
    z-index: 9999; }
  .header .body {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    box-sizing: border-box; }
    .header .body .sec-banner-wrap {
      height: calc(100% - 148px);
      top: 148px;
      position: relative; }
      .header .body .sec-banner-wrap .title-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .header .body .sec-banner-wrap .title-wrap .title {
          color: #fff;
          margin-bottom: 0;
          text-transform: uppercase; }
        .header .body .sec-banner-wrap .title-wrap .secondary-title {
          margin-top: 10px;
          color: #d9d9d9; }

body.home .header .bg {
  opacity: 0.6; }

@media (max-width: 1200px) {
  .header .nav_line .navigation {
    font-size: 14px; } }
@media (max-width: 1140px) {
  .header .nav_line .navigation {
    font-size: 12px; } }
@media (max-width: 1080px) {
  .header .nav_line .navigation {
    font-size: 10px; } }
@media (max-width: 960px) {
  .header .nav_line .logo_wrap {
    max-width: 250px; }

  .header .nav_line .nav_main > li:after {
    height: 25px; }

  .header .nav_line .nav_main > li:hover > .sub-menu {
    top: calc(100% + 25px); }

  .header .nav_line .nav_main > li > a {
    padding: 5px; } }
@media (max-width: 800px) {
  #header .body .sec-banner-wrap {
    height: calc(100% - 131px);
    top: 131px; }

  .header .logo_wrap {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); }

  .header .logo {
    max-width: 160px; }

  .header {
    height: 500px; }

  .header .nav_line .wrap {
    height: 85px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .header .mobile_menu_btn {
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer; }

  .header .mobile_menu_btn svg {
    width: 30px;
    height: 30px; }

  .header .navigation {
    display: none; } }
@media (max-width: 460px) {
  #header .body .sec-banner-wrap {
    height: calc(100% - 107px);
    top: 107px; }

  .header {
    height: 500px; }

  .header .nav_line .wrap {
    height: 61px; }

  .header .logo {
    max-width: 140px; }

  .header .mobile_menu_btn svg {
    width: 20px;
    height: 20px; } }
.boxes {
  margin-top: -40px; }
  .boxes .wrap {
    padding-top: 0; }
  .boxes .box-container {
    overflow: hidden;
    display: table;
    width: 100%;
    table-layout: fixed; }
    .boxes .box-container .box {
      padding: 20px;
      display: table-cell;
      width: 33.3%;
      box-sizing: border-box;
      text-align: center;
      color: #fff;
      position: relative;
      vertical-align: middle; }
      .boxes .box-container .box:nth-child(1) {
        background: #3c5c99; }
      .boxes .box-container .box:nth-child(2) {
        background: #03c7c9; }
      .boxes .box-container .box:nth-child(3) {
        background: #44c02b; }
      .boxes .box-container .box .border {
        border: 1px solid #fff;
        padding: 35px;
        position: absolute;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        top: 20px;
        left: 20px;
        box-sizing: border-box;
        pointer-events: none; }
      .boxes .box-container .box .info-container {
        padding: 25px;
        box-sizing: border-box; }
        .boxes .box-container .box .info-container .title {
          color: #fff;
          text-transform: uppercase;
          font-weight: 700;
          margin-bottom: 16px; }
        .boxes .box-container .box .info-container .content {
          line-height: 1.125em;
          margin-bottom: 22px; }

@media (max-width: 800px) {
  #boxes {
    margin-top: 0;
    padding-top: 5%; }
    #boxes .box {
      width: 100%;
      display: block; } }
.services {
  text-align: center; }
  .services .title {
    text-transform: uppercase;
    margin-bottom: 60px; }
  .services .fp-list {
    overflow: hidden;
    text-align: left; }

.service-item {
  margin-bottom: 60px; }
  .service-item:nth-child(3n + 1) {
    margin-left: 0;
    clear: both; }
  .service-item:nth-child(3n + 1) svg path {
    fill: #44c02b; }
  .service-item:nth-child(3n + 2) svg path {
    fill: #3c5c99; }
  .service-item:nth-child(3n + 3) svg path {
    fill: #03c7c9; }
  .service-item.service-final {
    background: #fff;
    padding: 25px;
    box-sizing: border-box; }
    .service-item.service-final .text {
      color: #555555;
      text-transform: uppercase;
      font-weight: 700; }
      .service-item.service-final .text:hover {
        color: #44c02b; }
      .service-item.service-final .text svg {
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin-bottom: -4px; }
        .service-item.service-final .text svg path:last-child, .service-item.service-final .text svg path:first-child {
          fill: none; }
        .service-item.service-final .text svg path:nth-child(2) {
          fill: #44c02b; }
  .service-item .col {
    float: left; }
  .service-item .icon {
    width: 46px; }
    .service-item .icon svg {
      width: 46px;
      height: 46px;
      position: relative;
      top: -8px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .service-item .info {
    width: calc(100% - 46px); }
    .service-item .info .service-title {
      text-transform: uppercase;
      font-weight: 700;
      color: #555555;
      margin-bottom: 8px; }
    .service-item .info .excerpt, .service-item .info a {
      font-size: 0.875em; }
    .service-item .info .excerpt {
      margin-bottom: 6px;
      line-height: 18px; }
    .service-item .info a {
      color: #44c02b; }
    .service-item .info a:hover {
      color: #359622; }

.services-list .service-item:nth-last-child(1), .services-list .service-item:nth-last-child(2), .services-list .service-item:nth-last-child(3) {
  margin-bottom: 0; }

.accordion_block {
  overflow: hidden;
  position: relative; }
  .accordion_block .title {
    text-align: left;
    font-size: 1.875em;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
    display: block; }
  .accordion_block .wrap {
    padding: 0 0 6.2em 0; }
  .accordion_block .blurb {
    margin-bottom: 20px; }
  .accordion_block .desc {
    text-align: left;
    margin-top: 20px; }
  .accordion_block .title_wrap {
    margin-bottom: 20px; }

.accordion_title {
  line-height: 1.2em;
  border-top: 1px solid #3c5c99;
  border-bottom: 1px solid transparent;
  vertical-align: middle;
  margin-bottom: 0;
  background-color: #fff;
  font-size: 1em;
  color: #3c5c99;
  cursor: pointer;
  padding: 15px 30px 15px 60px;
  position: relative;
  font-weight: 600; }
  .accordion_title:hover {
    background-color: #3c5c99;
    color: #fff; }
    .accordion_title:hover svg polygon {
      fill: #fff; }
  .accordion_title svg {
    width: 30px;
    display: block;
    z-index: 300;
    height: 30px;
    top: 50%;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg); }
    .accordion_title svg polygon {
      fill: #3c5c99;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .accordion_title .icon_wrap {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 30px;
    height: 30px; }
    .accordion_title .icon_wrap:after {
      content: '';
      width: 0;
      position: absolute;
      height: 0;
      border-radius: 50%;
      background: #fff;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .accordion_title.active {
    background-color: #3c5c99;
    color: #fff; }
    .accordion_title.active svg {
      left: 1px;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -moz-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      -o-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg); }
    .accordion_title.active .icon_wrap:after {
      width: 30px;
      height: 30px; }

.accordion_info {
  display: none;
  padding: 0.75em 2em 1.5em 2em;
  color: #555555;
  font-size: 0.875em; }
  .accordion_info p:last-child {
    margin-bottom: 0; }

.accordion_row:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #3c5c99; }

#page_404 .wrap {
  padding: 10em 0;
  text-align: center; }
#page_404 .title_sec {
  padding-left: 40px; }
  #page_404 .title_sec h1 {
    color: #af3456; }
#page_404 .col {
  display: table-cell;
  vertical-align: middle; }
#page_404 .sec_404 {
  font-size: 5em;
  background: #3c5c99;
  color: #fff;
  padding: 60px; }
#page_404 .table {
  display: inline-block; }

.blog_post_row .title, .post_single .title {
  line-height: 1em;
  color: #222;
  margin-bottom: 5px; }

.blog_post_row .posted_by, .post_single .posted_by {
  font-size: 0.875em;
  color: #aaa;
  margin-bottom: 20px; }

.blog_post_row {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #dbdbdb; }
  .blog_post_row:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0; }
  .blog_post_row .title {
    font-size: 1.75em; }
  .blog_post_row .post_content {
    margin-bottom: 20px; }
  .blog_post_row .t_cell {
    vertical-align: top; }
    .blog_post_row .t_cell:nth-child(2) {
      padding-left: 30px;
      width: 70%; }
  .blog_post_row .red_pill_btn a {
    padding: 8px 30px; }

.blog_content_col {
  padding-right: 5%; }

#blog_archive.widget {
  margin-bottom: 40px; }
  #blog_archive.widget:last-child {
    margin-bottom: 0; }

.sec_menu_call_height .widget h5 {
  text-transform: uppercase; }
.sec_menu_call_height .widget li {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .sec_menu_call_height .widget li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .sec_menu_call_height .widget li a {
    color: #3c5c99; }
  .sec_menu_call_height .widget li a:hover {
    color: #4e73ba; }
.sec_menu_call_height .widget:last-child li {
  padding-bottom: 10px;
  margin-bottom: 10px; }

.our-team-list .cell {
  display: table-cell;
  vertical-align: middle; }
.our-team-list .category-name {
  text-transform: uppercase; }
.our-team-list .category-team-members {
  margin-bottom: 60px; }
  .our-team-list .category-team-members:last-child {
    margin-bottom: 0; }
.our-team-list .team-member {
  display: table;
  margin-bottom: 30px;
  position: relative; }
  .our-team-list .team-member:hover .more-info-overlay {
    opacity: 0.9; }
  .our-team-list .team-member:nth-child(3n + 1) {
    clear: both;
    margin-left: 0; }
  .our-team-list .team-member .image-wrap {
    width: 25%; }
    .our-team-list .team-member .image-wrap .image-sizer {
      position: relative;
      width: 100%;
      padding-top: 100%; }
  .our-team-list .team-member .info-wrap {
    width: 75%;
    padding-left: 15px;
    background: #f4f4f4;
    position: relative; }
    .our-team-list .team-member .info-wrap .info-item {
      color: #555;
      font-size: 0.875em;
      line-height: 16px; }
    .our-team-list .team-member .info-wrap .name {
      font-weight: 700;
      font-size: 1em;
      line-height: normal;
      color: #222;
      margin-bottom: 6px; }
  .our-team-list .team-member .more-info-overlay {
    background: #3c5c99;
    color: #fff;
    text-align: center;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .our-team-list .team-member .more-info-overlay div {
      top: 50%;
      left: 50%;
      position: absolute;
      white-space: nowrap;
      text-transform: uppercase;
      font-weight: 700;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.our-team-single .cell {
  display: table-cell;
  vertical-align: middle; }
.our-team-single .title-wrap {
  margin-bottom: 40px; }
.our-team-single .image-wrap {
  width: 25%; }
  .our-team-single .image-wrap .image-sizer {
    position: relative;
    width: 150px;
    padding-top: 150px; }
.our-team-single .info-wrap {
  padding-left: 20px; }
  .our-team-single .info-wrap .title {
    margin-bottom: 15px;
    line-height: 20px; }

@media (max-width: 800px) {
  #our-team-list .team-member {
    width: 48.5%;
    margin-left: 3%; }
    #our-team-list .team-member:first-child {
      margin-left: 0; }
    #our-team-list .team-member:nth-child(2n + 1) {
      clear: both;
      margin-left: 0 !important; }
    #our-team-list .team-member:nth-child(3n + 1) {
      clear: none; } }
@media (max-width: 600px) {
  #our-team-list .team-member {
    width: 100%;
    margin-left: 0; }

  #our-team-single .image-wrap {
    display: none; }
  #our-team-single .info-wrap {
    padding-left: 0; } }
.contact-us-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.contact-us-section label {
  font-weight: 700;
  color: #222; }
.contact-us-section .socials {
  margin-top: 10px; }
  .contact-us-section .socials li {
    float: left; }
  .contact-us-section .socials img {
    opacity: 0.7;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .contact-us-section .socials img:hover {
      opacity: 1; }
.contact-us-section .contact-item {
  margin-bottom: 10px; }
  .contact-us-section .contact-item:last-child {
    margin-bottom: 0; }

@media (max-width: 800px) {
  .contact-us-section .fourcol {
    margin-bottom: 40px; } }
.archive_testimonials .testimonial_item {
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #03c7c9;
  padding-bottom: 40px; }
  .archive_testimonials .testimonial_item:last-child {
    margin-bottom: 0;
    border-bottom: none; }
  .archive_testimonials .testimonial_item strong {
    color: #222; }
  .archive_testimonials .testimonial_item .title_line {
    margin-bottom: 15px; }

.locations-list .location {
  margin-bottom: 40px; }
  .locations-list .location:nth-last-child(1), .locations-list .location:nth-last-child(2) {
    margin-bottom: 0; }
  .locations-list .location .cell {
    display: table-cell;
    vertical-align: middle; }
  .locations-list .location .title-wrap {
    margin-bottom: 20px; }
    .locations-list .location .title-wrap .img-container {
      width: 25%;
      position: relative; }
      .locations-list .location .title-wrap .img-container .bg {
        position: absolute;
        width: 100%;
        height: 100%; }
    .locations-list .location .title-wrap .title-container {
      width: 75%;
      padding-left: 20px; }
  .locations-list .location label {
    font-weight: 700;
    color: #222; }

@media (max-width: 460px) {
  #locations-list .location:nth-last-child(2) {
    margin-bottom: 40px; }
  #locations-list .location:nth-last-child {
    margin-bottom: 0 !important; }
  #locations-list .location .img-container {
    display: none; }
  #locations-list .location .title-container {
    width: 100%;
    padding-left: 0; } }
.employment-list .employment-item {
  margin-bottom: 30px; }
  .employment-list .employment-item:nth-last-child(1), .employment-list .employment-item:nth-last-child(2), .employment-list .employment-item:nth-last-child(3) {
    margin-bottom: 0; }
  .employment-list .employment-item:nth-child(3n + 1) {
    margin-left: 0;
    clear: both; }
  .employment-list .employment-item .title {
    font-weight: 700; }

.search-list .no-results-wrap {
  text-align: center; }
.search-list .no-results {
  text-align: center;
  background: #3c5c99;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  display: inline-block; }
.search-list .search-row {
  padding: 20px;
  display: block;
  margin-bottom: 30px;
  background: #fff;
  color: #555; }
  .search-list .search-row:last-child {
    margin-bottom: 0; }
  .search-list .search-row:hover {
    color: #03c7c9; }
  .search-list .search-row.even {
    background: #f7f7f7; }
  .search-list .search-row .title {
    text-transform: uppercase;
    margin-bottom: 0; }
  .search-list .search-row .date {
    font-size: 0.875em;
    color: #ccc; }
  .search-list .search-row .read-more {
    margin-top: 15px;
    color: #03c7c9; }
  .search-list .search-row .content {
    margin-top: 20px; }

@media (max-width: 800px) {
  #front-page-content {
    text-align: center; }
    #front-page-content .arve-wrapper {
      display: inline-block;
      margin-right: 0; } }
.testimonials {
  position: relative;
  background: #f4f4f4;
  text-align: center; }
  .testimonials .wrap > .title {
    text-transform: uppercase;
    margin-bottom: 40px; }
  .testimonials .title_line {
    color: #2d2d2d;
    font-size: 1em;
    margin-bottom: 20px;
    display: inline-block; }
  .testimonials .content {
    font-size: 0.875em;
    font-style: italic;
    margin-bottom: 30px;
    color: #797979; }
  .testimonials .button .blue_pill_btn a {
    padding: 15px 55px; }

.call_to_action {
  background: #3c5c99;
  position: relative; }
  .call_to_action .wrap {
    padding: 10em 0; }
  .call_to_action .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.45; }
  .call_to_action .content {
    font-weight: 300; }
    .call_to_action .content h1, .call_to_action .content h2, .call_to_action .content h3, .call_to_action .content h4, .call_to_action .content h5, .call_to_action .content h6 {
      color: #fff; }
  .call_to_action .button {
    margin-top: 40px; }
    .call_to_action .button .red_pill_btn a {
      padding: 15px 35px; }

.footer {
  position: relative;
  z-index: 2001;
  background: #f5f5f5; }
  .footer a {
    color: #3c5c99; }
  .footer a:hover {
    color: #4e73ba; }
  .footer .wrap {
    padding-top: 0;
    padding-bottom: 4em;
    position: static; }
  .footer .sixcol {
    position: static; }
  .footer .trio {
    width: 100%;
    margin-bottom: 80px; }
    .footer .trio a {
      color: #fff; }
    .footer .trio > .t_cell {
      width: 33.3%;
      vertical-align: middle;
      padding: 22px 0;
      text-align: center; }
      .footer .trio > .t_cell:first-child .t_link {
        display: inline-block; }
      .footer .trio > .t_cell:first-child .t_cell {
        vertical-align: middle; }
        .footer .trio > .t_cell:first-child .t_cell:last-child {
          padding-left: 10px; }
      .footer .trio > .t_cell:nth-child(2) {
        font-size: 1.5em; }
        .footer .trio > .t_cell:nth-child(2) a {
          color: #fff; }
  .footer .text_cell {
    font-size: 1.5em; }
  .footer .social {
    display: inline-block; }
    .footer .social .icon {
      width: 40px;
      height: 40px;
      opacity: 0.7;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .footer .social li {
      float: left;
      padding-right: 2px; }
      .footer .social li:last-child {
        padding-right: 0; }
    .footer .social .item a:hover .icon {
      opacity: 1; }
  .footer .logo_copyright {
    color: #333; }
    .footer .logo_copyright .copyright {
      margin-top: 34px; }
    .footer .logo_copyright .copyright, .footer .logo_copyright .built_by {
      font-size: 0.875em; }
    .footer .logo_copyright .footer-nav {
      overflow: hidden; }
      .footer .logo_copyright .footer-nav li {
        float: left;
        border-right: 1px solid #3c5c99;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 18px; }
        .footer .logo_copyright .footer-nav li a {
          font-size: 1em; }
        .footer .logo_copyright .footer-nav li:first-child {
          padding-left: 0; }
        .footer .logo_copyright .footer-nav li:last-child {
          border-right: none;
          padding-right: 0; }
  .footer .email_signup {
    color: #333; }
    .footer .email_signup .container {
      display: inline-block;
      text-align: left;
      width: 100%; }
    .footer .email_signup h4 {
      color: #333;
      font-size: 1.5em;
      line-height: 1em;
      margin-bottom: 5px;
      font-weight: 500;
      text-transform: uppercase; }
    .footer .email_signup input[type="email"] {
      padding: 15px 20px;
      border: 2px solid #999999;
      width: 100%;
      font-size: 16px;
      box-sizing: border-box; }
      .footer .email_signup input[type="email"]::-webkit-input-placeholder {
        color: rgba(153, 153, 153, 0.6);
        font-size: 16px; }
      .footer .email_signup input[type="email"]::-moz-placeholder {
        color: rgba(153, 153, 153, 0.6);
        font-size: 16px; }
      .footer .email_signup input[type="email"]:-moz-placeholder {
        color: rgba(153, 153, 153, 0.6);
        font-size: 16px; }
      .footer .email_signup input[type="email"]:-ms-input-placeholder {
        color: rgba(153, 153, 153, 0.6);
        font-size: 16px; }
    .footer .email_signup .sign_up_container {
      margin-top: 20px; }
  .footer .icon_cell .icon {
    width: 26px; }

@media (max-width: 1140px) {
  .footer .wpcf7 input[type="submit"] {
    margin-left: 0; } }
@media (max-width: 1080px) {
  .footer .wpcf7 input[type="email"] {
    width: 40%; } }
@media (max-width: 960px) {
  .footer .wpcf7 input[type="email"] {
    width: 25%; } }
@media (max-width: 800px) {
  #footer-nav {
    display: inline-block; }

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

  .footer .content .info .threecol {
    margin-bottom: 30px; }

  .footer .content .info .threecol:last-child {
    margin-bottom: 0; }

  .footer .content .other_links {
    margin-top: 30px; }

  .footer .other_links .related_ministries {
    margin-bottom: 30px; }

  .footer .credits .t_table {
    display: block; }

  .footer .credits .t_cell {
    display: block;
    width: 100%;
    text-align: center; }

  .footer .wrap {
    width: 100%; }

  .footer .trio {
    display: block;
    width: 100%; }

  .footer .trio > .t_cell {
    display: block;
    width: 100%; }

  .footer .bottom {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .footer .bottom .container {
    width: 100%;
    text-align: center;
    margin-top: 40px; }

  #footer input[type="email"] {
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  #footer input[type="submit"] {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
    width: 100%; } }
.gform_wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.gform_wrapper input[type="submit"] {
  display: inline-block;
  width: 100%; }
  .gform_wrapper input[type="submit"] {
    background-color: #03c7c9;
    color: #FFF;
    padding: 15px 36px;
    font-size: 1em;
    border: 2px solid #03c7c9;
    box-sizing: border-box;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .gform_wrapper input[type="submit"]:hover {
      background: none;
      color: #03c7c9; }
.gform_wrapper .gform_validation_container {
  display: none; }
.gform_wrapper .validation_error {
  background: red;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px; }
.gform_wrapper .gfield {
  margin-bottom: 20px;
  position: relative; }
  .gform_wrapper .gfield > label {
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
    overflow: hidden; }
  .gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error textarea {
    border: 1px solid red;
    border-left: 10px solid red; }
  .gform_wrapper .gfield.gfield_error .validation_message {
    margin-top: 10px;
    padding: 6px;
    box-sizing: border-box;
    background: red;
    color: #fff;
    font-size: 0.875em; }
  .gform_wrapper .gfield label {
    display: inline-block; }
  .gform_wrapper .gfield input, .gform_wrapper .gfield textarea {
    padding: 15px;
    box-sizing: border-box;
    color: #aaa;
    width: 100%;
    font-size: 1em;
    display: block;
    border: 1px solid #ccc;
    font-family: 'Roboto', sans-serif; }
  .gform_wrapper .gfield input[type="radio"] {
    width: 30px;
    margin-top: 4px;
    float: left; }
  .gform_wrapper .gfield .ginput_complex {
    overflow: hidden;
    position: relative; }
    .gform_wrapper .gfield .ginput_complex span {
      padding-left: 1.5%;
      padding-right: 1.5%;
      box-sizing: border-box; }
      .gform_wrapper .gfield .ginput_complex span label {
        font-size: 0.875em;
        overflow: hidden; }
    .gform_wrapper .gfield .ginput_complex span:first-of-type {
      padding-left: 0; }
    .gform_wrapper .gfield .ginput_complex span:last-of-type {
      padding-right: 0; }
    .gform_wrapper .gfield .ginput_complex span:nth-of-type(1), .gform_wrapper .gfield .ginput_complex span:nth-of-type(2) {
      float: left;
      width: 50%; }
.gform_wrapper input[type="submit"] {
  width: auto;
  display: inline-block; }

/***** GLOBAL STYLES ******/
body {
  -webkit-font-smoothing: antialiased; }

:focus {
  outline: 0; }

.mobile_show {
  display: none !important; }

.mobile_hide {
  display: block !important; }

.fixed_bg {
  background-attachment: fixed !important; }

.transition_1sec {
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  transition: all .1s ease; }

.transition_3sec {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.transition_5sec {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

.transition_8sec {
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease; }

.box_sizing {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.transform_nx_50 {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.transform_ny_50 {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.transform_nxy_50 {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.rotate_0 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg); }

.rotate_p_45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.rotate_n_45 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.backface_hidden {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.mobile_hide {
  display: block; }

.mobile_show {
  display: none; }

.uppercase {
  text-transform: uppercase; }

/** Flexslider Override **/
.flexslider {
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0; }

.content {
  overflow: hidden; }
  .content p:last-child {
    margin-bottom: 0 !important; }
  .content h1 {
    margin-bottom: 30px; }

.no_ul_style ul {
  list-style-type: none; }

.t_table {
  display: table; }

.t_row {
  display: table-row; }

.t_cell {
  display: table-cell; }

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

.chambray {
  background: #3c5c99; }

.robins-egg {
  background: #03c7c9; }

.apple {
  background: #44c02b; }

.blog_page_cols {
  float: left; }

.blog_content_col {
  width: 75%; }

.blog_page_menu_col {
  width: 25%; }

.the_page {
  position: relative;
  overflow-x: hidden; }

.actual_page {
  position: relative;
  right: 0;
  width: 100%;
  height: 100%; }

#mobile_menu.move_in {
  right: 0; }

.move_left {
  right: 300px; }

body .no_padding {
  padding: 0; }
body.locked {
  overflow: hidden; }
body.home #header {
  max-height: none; }
body.page .header, body.error404 .header, body .header {
  max-height: 300px; }

#header.not-fp {
  max-height: unset;
  min-height: unset;
  height: 420px; }

.boxes-services-wrap {
  background: #f4f4f4; }

.footer .trio > .t_cell:nth-child(2) {
  color: #fff; }

.wpcf7 {
  margin-top: 40px; }
  .wpcf7 label {
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
    color: #03c7c9; }
  .wpcf7 input[type="email"], .wpcf7 input[type="text"], .wpcf7 textarea {
    border: 2px solid #03c7c9;
    padding: 15px;
    box-sizing: border-box;
    width: 100%; }
  .wpcf7 input[type="submit"] {
    padding: 15px 42px;
    color: #fff;
    border: 2px solid #03c7c9;
    box-sizing: border-box;
    background: #03c7c9;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .wpcf7 input[type="submit"]:hover {
      background: none;
      color: #03c7c9; }
  .wpcf7 .screen-reader-response[role="alert"] {
    background: #03c7c9;
    color: #fff;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 30px; }
  .wpcf7 span[role="alert"] {
    background: red;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    display: block; }
  .wpcf7 .wpcf7-response-output {
    background: #f4f4f4;
    color: #555;
    padding: 10px;
    box-sizing: border-box; }
    .wpcf7 .wpcf7-response-output.wpcf7-display-none {
      display: none; }
    .wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
      background: red;
      color: #fff; }
    .wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
      background: green;
      color: #fff; }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

.excerpt > *:last-child {
  margin-bottom: 0; }

/*********************************************** RESPONSIVE ***********************************************/
/*--------- Portrait Tablet And Down ---------*/
@media (max-width: 800px) {
  body {
    font-size: 90%; }

  .mobile_show {
    display: block !important; }

  .mobile_hide {
    display: none !important; }

  .fixed_bg {
    background-attachment: initial !important; }

  .navigation_spacing {
    margin-top: 110px; }

  .banner {
    min-height: 550px; }

  .secondary_page .content.ninecol {
    width: 100%;
    padding-left: 0; }

  #page_404 .col {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  #page_404 .table {
    display: block;
    width: 100%; }

  #page_404 .title_sec {
    padding-left: 0;
    padding-top: 30px; }

  #call_to_action {
    text-align: center; }

  .parenth {
    padding: 0; }

  .parenth .wrap {
    background: none; }

  .parenth .content {
    width: 100%; }

  .blog_page_cols {
    width: 100%;
    padding: 0; }

  .blog_page_menu_col {
    margin-top: 60px; }

  .blog_page_cols .hide_me {
    display: none; }

  .blog_page_cols .t_cell {
    width: 100% !important;
    padding-left: 0 !important; } }
/*--------- Landscape Phone ----------*/
@media (max-width: 640px) {
  .call_to_action .wrap {
    padding: 5em 0; }

  .call_to_action .icon_links li {
    width: 100%;
    margin: 0 0 40px 0; }

  .call_to_action .icon_links li:last-child {
    margin: 0; } }
@media (max-width: 460px) {
  body {
    font-size: 85%; }

  .call_to_action .content {
    font-size: 0.8em; } }
/*--------- Portrait Phone ----------*/

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