/*===========================================================================*\
	General
\*===========================================================================*/
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700);
/*-----[ Colors ]-----*/
/*-----[ Animation ]-----*/
/*-----[ Shapes ]-----*/
/*-----[ Alignment ]-----*/
/*-----[ Resets ]-----*/
/*===========================================================================*\
	SCSS Mix-Ins
\*===========================================================================*/
/*===========================================================================*\
	General
\*===========================================================================*/
html {
  min-height: 100%;
  position: relative; }

body {
  color: #363636;
  font: 16px "Oxygen", sans-serif;
  margin-bottom: 215px; }

/*===========================================================================*\
	Global Content Elements
\*===========================================================================*/
a {
  color: #196e93; }
  a:hover {
    color: #196e93; }

h1, h2, h3, h4, h5, h6 {
  color: #363636;
  font-weight: 300; }

h1 {
  color: #196e93;
  font-size: 36px;
  margin: 0 0 30px; }
  h1 span {
    color: #363636;
    display: block;
    font-size: 28px;
    margin-top: 5px; }

h2, h3, h4 {
  margin: 28px 0 12px; }

blockquote {
  background: #ebebeb url(../img/blockquote-bg.png);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-left: 10px solid #196e93;
  color: #196e93;
  font-size: 18px;
  margin: 45px 20px;
  padding: 25px 20px; }

.btn {
  background: #196e93;
  color: white;
  padding: 15px 25px; }
  .btn a {
    color: white; }
    .btn a:hover {
      text-decoration: none; }
  .btn:hover {
    background: #208ab8; }

.alignleft {
  clear: left;
  float: left;
  margin: 0 20px 10px 0; }
.alignright {
  clear: right;
  float: right;
  margin: 0 0 10px 20px; }

.panel-default > .panel-heading {
  background: #ebebeb;
  font-size: 18px; }

.pagenav ul.page-arrows {
  display: none; }
.pagenav ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  text-align: center; }
  .pagenav ul.page-numbers li {
    background: #acacac;
    color: white;
    display: inline-block;
    height: 34px;
    margin: 0 -2px;
    padding: 3px 0 0;
    text-align: center;
    width: 35px; }
    .pagenav ul.page-numbers li::before {
      content: ''; }
    .pagenav ul.page-numbers li.active {
      background: #196e93; }
    .pagenav ul.page-numbers li:not(.hellip):hover {
      background: #208ab8; }
    .pagenav ul.page-numbers li a {
      color: white;
      display: inline-block;
      height: 100%;
      text-align: center;
      width: 100%; }
      .pagenav ul.page-numbers li a:hover {
        text-decoration: none; }

.double {
  padding: 0 15px; }
  .double ul {
    width: 100%; }
    .double ul li {
      float: left;
      width: 50%; }
      .double ul li:last-child {
        margin-bottom: 20px; }
  .double ul:before,
  .double ul:after {
    content: " ";
    display: table; }
  .double ul:after {
    clear: both; }

/*===========================================================================*\
	Navigation
\*===========================================================================*/
.navbar-default {
  background-color: rgba(0, 0, 0, 0.52);
  border: none; }

.navbar-default > .container {
  position: relative; }

.navbar-default .navbar-brand {
  height: 98px; }

.navbar-default .navbar-collapse {
  border: none !important; }

.navbar-default .navbar-nav {
  margin-top: 50px;
  position: relative; }

.navbar-default .navbar-nav > li {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  position: relative; }

.navbar-default .navbar-nav > li > a {
  color: white; }

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li.current-menu-item > a {
  color: #8edcff; }

.navbar-default .navbar-nav > li > ul {
  background: rgba(0, 0, 0, 0.75);
  display: none;
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 10px 1px;
  position: absolute; }

.navbar-default .navbar-nav > li:hover > ul {
  display: block; }

.navbar-default .navbar-nav > li:hover > ul > li {
  min-width: 200px;
  padding: 0;
  position: relative; }

.navbar-default .navbar-nav > li:hover > ul > li > a {
  color: white;
  display: block;
  padding: 8px 15px; }

.navbar-default .navbar-nav > li > ul > li > a:not(:only-child)::after {
  color: #208ab8;
  content: '\25B6';
  float: right; }

.navbar-default .navbar-nav > li:hover > ul > li:hover {
  background: #208ab8; }

.navbar-default .navbar-nav > li:hover > ul > li:hover > a {
  text-decoration: none; }

.navbar-default .navbar-nav > li > ul > li:hover > a:not(:only-child)::after {
  color: #8edcff;
  content: '\25B6';
  float: right; }

.navbar-default .navbar-nav > li > ul > li > ul {
  background: rgba(0, 0, 0, 0.75);
  display: none;
  left: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 10px 1px;
  position: absolute;
  top: -10px; }

.navbar-default .navbar-nav > li > ul > li:hover > ul {
  display: block; }

.navbar-default .navbar-nav > li > ul > li:hover > ul > li {
  min-width: 200px;
  position: relative; }

.navbar-default .navbar-nav > li > ul > li:hover > ul > li > a {
  color: white;
  display: block;
  padding: 8px 15px; }

.navbar-default .navbar-nav > li > ul > li:hover > ul > li:hover {
  background: #208ab8; }

.navbar-default .navbar-nav > li > ul > li:hover > ul > li:hover > a {
  text-decoration: none; }

.navbar-default .call {
  color: white;
  font-size: 22px;
  font-weight: 300;
  padding: 12px 30px 0 0;
  position: absolute;
  right: 0; }
  .navbar-default .call a {
    color: #6ac7f0;
    font-weight: 400; }
    .navbar-default .call a:hover {
      color: #8edcff;
      text-decoration: none; }

.navbar-default .navbar-toggle {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  float: none;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  padding: 6px 12px;
  position: absolute;
  right: 0;
  top: 0; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(0, 0, 0, 0.75); }
  .navbar-default .navbar-toggle .bars {
    display: inline-block;
    float: right;
    margin-top: 6px;
    padding: 0 0 0 10px; }
  .navbar-default .navbar-toggle .text {
    color: white;
    display: inline;
    text-transform: uppercase; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
    height: 1px; }

/*===========================================================================*\
	Header
\*===========================================================================*/
header {
  /*background: url(../img/header-bg.jpg) no-repeat;
  @include background-size(cover);
  min-height: $height-header;*/
  background-image: url(../img/mountains.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 270px; }
  header .container {
    background-position: left 10% bottom;
    background-repeat: no-repeat;
    /*padding: 100px 15px 0;*/
    padding: 147px 15px 0;
    text-align: center; }
  body:not(.home) header .container {
    background-image: url(../img/girl.png); }
  header .section {
    display: table;
    height: 170px;
    padding: 30px 0;
    width: 100%; }
    header .section .section-title {
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
      header .section .section-title span {
        background: rgba(0, 0, 0, 0.61);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        color: #6ac7f0;
        display: inline-block;
        font-size: 40px;
        line-height: 40px;
        max-width: 70%;
        padding: 20px 60px 25px; }

/*===========================================================================*\
	Post Content
\*===========================================================================*/
body > .content {
  padding-bottom: 30px;
  line-height: 1.5; }

.post {
  font-size: 16px;
  padding: 35px 10px 0 30px; }

.post > article {
  padding: 0; }

.post img.featured {
  border: 10px solid #196e93;
  float: left;
  margin: 0 25px 10px 0;
  max-width: 100%;
  width: 350px; }

.post ul {
  list-style: none; }

.post ul li {
  padding: 2px 17px;
  position: relative;
  text-indent: -2px; }

.post ul li::before {
  color: #196e93;
  content: '\25A0';
  left: 0;
  padding-right: 5px;
  position: absolute;
  top: 0;
  height: 10px; }

.post .form {
  margin: 60px 0; }

.post .form .headline,
.post .form .subheadline {
  color: #196e93;
  display: block;
  padding: 0 50px;
  text-align: center; }

.post .form .headline {
  font-size: 36px;
  font-weight: 300; }

.post .form .subheadline {
  font-size: 30px;
  font-weight: 700; }

.post .form div.wpcf7 {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  margin: 30px 0 0;
  padding: 20px 50px 0; }

.post .form input,
.post .form textarea {
  background: #ebebeb;
  border: none;
  margin: 5px 0;
  outline-color: #196e93;
  padding: 10px;
  width: 100%; }

.post .form textarea {
  height: 100px; }

.post .form input[type=submit] {
  background: transparent url(../img/submit-arrow.png) no-repeat;
  background-position: right 5px top 5px;
  color: #196e93;
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin: 0 auto;
  padding-right: 65px;
  -webkit-transition: background-position 0.1s ease-in-out;
  -moz-transition: background-position 0.1s ease-in-out;
  -ms-transition: background-position 0.1s ease-in-out;
  -o-transition: background-position 0.1s ease-in-out;
  transition: background-position 0.1s ease-in-out;
  width: auto; }

.post .form input[type=submit]:hover {
  background-position: right 0 top 5px;
  color: #208ab8; }

.post img.featured-single,
.post img.featured-staff,
.post img.staff {
  border: 6px solid #196e93;
  clear: left;
  float: left;
  height: auto;
  margin: 0 15px 10px 0;
  width: 200px; }

.post .staff-member {
  clear: both;
  display: block;
  margin: 15px 0;
  overflow: hidden; }

.post .staff-title {
  clear: both;
  display: block; }

.post iframe[src*=youtube] {
  margin: 20px 0;
  width: 100% !important; }

/*===========================================================================*\
	Blogroll
\*===========================================================================*/
.entry-meta {
  font-size: 12px;
  padding-bottom: 15px; }

.blog .post h1,
.archive .post h1 {
  margin-bottom: 5px; }

.blog .post article,
.archive .post article {
  border-bottom: 1px solid #b2b2b2;
  padding: 30px 0; }
  .blog .post article:first-of-type,
  .archive .post article:first-of-type {
    border-top: 1px solid #b2b2b2;
    margin-top: 30px; }
  .blog .post article h2,
  .archive .post article h2 {
    margin: 0; }
  .blog .post article .attachment-blogroll,
  .archive .post article .attachment-blogroll {
    border: 6px solid #196e93;
    float: left;
    margin: 0 20px 10px 0; }
    .blog .post article .attachment-blogroll:hover,
    .archive .post article .attachment-blogroll:hover {
      border-color: #208ab8; }

.entry-content.summary {
  line-height: 22px; }

.blog .post .more,
.archive .post .more {
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding-right: 30px;
  text-align: right; }

/*===========================================================================*\
	Blog Post
\*===========================================================================*/
.attachment-single {
  border: 10px solid #196e93;
  float: left;
  margin: 0 20px 10px 0; }

.single h1,
.archive h1 {
  margin-bottom: 5px; }

/*===========================================================================*\
	Sidebar
\*===========================================================================*/
.sidebar {
  border-right: 1px solid #ebebeb;
  padding: 0; }

.sidebar .border {
  background: #196e93;
  display: block;
  height: 10px;
  width: 100%; }

.sidebar aside {
  padding: 15px; }

.sidebar aside .headline {
  color: #196e93;
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px; }

.sidebar aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -6px; }

.sidebar aside ul li {
  font-size: 14px;
  line-height: 18px;
  position: relative; }

.sidebar aside ul li.current_page_item {
  margin: 4px 0; }

.sidebar aside ul li a {
  display: block;
  padding: 4px 6px; }

.sidebar aside ul > li a:not(:only-child) {
  margin: 0 0 0 -12px;
  padding: 4px 4px 4px 18px; }

.sidebar aside ul li.current_page_item > a {
  background: #ebebeb; }

.sidebar aside ul ul {
  padding-left: 20px; }

.sidebar ul.widget-resources li {
  padding: 0 0 10px 35px;
  position: relative; }

.sidebar ul.widget-resources li::before {
  content: url(../img/resources.png);
  position: absolute;
  text-indent: -30px;
  top: 5px; }

.sidebar .down {
  color: #196e93;
  left: -13px;
  padding: 3px 5px;
  position: absolute;
  top: 0; }
  .sidebar .down:hover {
    color: #208ab8;
    cursor: pointer; }
  .sidebar .down.rotate-off {
    transform: rotate(0deg);
    transition: .3s; }
  .sidebar .down.rotate-on {
    transform: rotate(90deg);
    transition: .3s; }
  .sidebar .down.rotate-on-open {
    transform: rotate(90deg);
    transition: 0s; }

.sidebar form p {
  margin: 0;
  padding: 0; }

.sidebar input {
  background: #ebebeb;
  border: none;
  margin: 5px 0 0;
  outline-color: #196e93;
  padding: 10px;
  width: 100%; }
  .sidebar input[type=submit] {
    background: #208ab8;
    font-size: 30px;
    font-family: "Oxygen", sans-serif;
    color: white; }
    .sidebar input[type=submit]:hover {
      background: #6ac7f0; }

/*===========================================================================*\
	Footer
\*===========================================================================*/
footer {
  background: #b2b2b2;
  border-top: 10px solid black;
  bottom: 0;
  height: 215px;
  position: absolute;
  width: 100%; }
  footer > .container {
    background: #b2b2b2;
    padding: 45px 15px;
    text-align: center; }
  footer .copyright {
    color: black;
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding-top: 15px; }

/*===========================================================================*\
	Homepage
\*===========================================================================*/
body.home > .content {
  padding: 0;
  position: relative;
  background: #ffffff; }

.home .row.equal {
  display: table;
  width: 100%;
  margin-left: 0;
  margin-right: 0; }
  .home .row.equal > [class*='col'] {
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0; }
  .home .row.equal .one-block-4 {
    padding-left: 15px;
    padding-right: 15px; }
  .home .row.equal .inner {
    padding-left: 15px;
    padding-right: 15px; }

.page-id-4 .row.equal .one-block-2 {
  background-position-x: -155px; }

.home .navbar-default {
  height: 0; }
  .home .navbar-default .navbar-collapse {
    float: none !important; }
  .home .navbar-default .navbar-nav {
    margin-top: 0;
    text-align: center;
    width: 100%; }
    .home .navbar-default .navbar-nav > li {
      float: none; }
      .home .navbar-default .navbar-nav > li > a {
        display: inline-block; }
      .home .navbar-default .navbar-nav > li > ul {
        text-align: left; }

.home header {
  background: url(../img/home-header-bg.jpg) no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 600px; }

.home header .container {
  padding: 40px 15px 0; }
  .home header .container img {
    max-width: 100%; }

.home header .intro {
  background: rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  color: white;
  display: block;
  font-weight: 300;
  margin: 0 auto 130px;
  max-width: 825px;
  padding: 30px 50px 25px; }

.home header .intro .title {
  color: white;
  display: block;
  font-size: 46px;
  line-height: 46px;
  text-align: center; }

.home header .intro .text {
  position: relative;
  text-align: left; }

.home header .intro .text .arrow {
  float: left;
  margin: 0 15px 10px 0;
  opacity: 0.8;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.home header .intro .text .arrow:hover {
  margin: 0 10px 10px 5px;
  opacity: 1.0; }

.home header .intro .text p {
  font-size: 18px;
  margin: 30px 0 10px; }

.home header .intro .text .call {
  font-size: 36px;
  font-weight: 300; }

.home header .intro .text .call a {
  color: #6ac7f0;
  font-weight: 700; }

.home header .intro .text .call a:hover {
  color: #8edcff;
  text-decoration: none; }

.home header .intro .text .chat {
  background: #208ab8;
  color: white;
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
  margin-left: 20px;
  margin-top: 5px;
  padding: 5px 10px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  vertical-align: top; }
  .home header .intro .text .chat::before {
    content: url(../img/bubble.png);
    padding-right: 4px; }
  .home header .intro .text .chat:hover {
    background: #6ac7f0;
    text-decoration: none; }

.home .social {
  height: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 295px;
  z-index: 2; }
  .home .social li {
    display: block;
    height: 35px; }
    .home .social li a {
      background: url(../img/social.png);
      display: block;
      float: right;
      height: 35px;
      text-indent: -9999px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      width: 33px; }
      .home .social li a:hover {
        width: 43px; }
      .home .social li a[href*=twitter\.com] {
        background-position: 0 -35px; }
      .home .social li a[href*=pinterest\.com] {
        background-position: 0 -70px; }
      .home .social li a[href*=linkedin\.com] {
        background-position: 0 -105px; }
      .home .social li a[href*=plus\.google\.com] {
        background-position: 0 -140px; }
      .home .social li a[href*=youtube\.com] {
        background-position: 0 -175px; }

.home header.header-video {
  position: relative;
  height: 100vh;
  background: none; }
.home .vjs-control-bar,
.home .vjs-error-display,
.home .vjs-caption-settings {
  display: none; }
.home header.header-video.mobile {
  background: url(../img/home-header-bg.jpg) no-repeat 20% 100%;
  background-size: cover; }
.home header.header-video .container {
  z-index: 4;
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.home .background-video {
  background-color: #000;
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh; }
.home header.header-video.mobile .background-video,
.home header.header-video.mobile .background-overlay {
  display: none; }
.home iframe {
  max-width: none; }
.home video,
.home source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute; }
.home .loaded .ytplayer-container {
  display: block;
  opacity: .5; }
.home .loaded .placeholder-image {
  opacity: 0; }
.home .ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0; }
.home .placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }
.home .ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: .5;
  display: none; }
.home .ytplayer-player {
  position: absolute; }
.home .background-overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .05; }

.home .content p {
  margin: 0 0 20px; }

.home .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 20px; }
  .home .content ul li {
    padding-left: 15px;
    position: relative; }
    .home .content ul li::before {
      color: #196e93;
      content: '\25A0';
      left: 0;
      padding-right: 5px;
      position: absolute;
      top: -2px; }

.home .one-block-equal .title,
.home .three-block-equal .title {
  color: white;
  display: block;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 30px; }

.more {
  display: block;
  margin-top: 10px;
  text-align: center; }
  .more a {
    background: #208ab8;
    color: white;
    display: inline-block;
    padding: 10px; }
    .more a:hover {
      background: #6ac7f0;
      text-decoration: none; }

.home .one .one-left {
  background: url(../img/home-one-bg.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center; }
  .home .one .one-left img {
    float: none;
    margin: 0 auto;
    max-width: 100%; }

.home .three .three-left {
  padding: 0 15px; }

.home .one .one-left .text {
  padding: 8px 0 20px 100px;
  position: relative;
  margin: 17px 0 0 0; }
  .home .one .one-left .text .title, .home .one .one-left .text p {
    color: white;
    text-align: left; }
  .home .one .one-left .text .title {
    font-size: 24px;
    line-height: 24px;
    margin: -10px 0 20px; }
  .home .one .one-left .text p {
    font-size: 16px;
    line-height: 18px; }
  .home .one .one-left .text::before {
    content: url(../img/home-video.png);
    left: 0;
    position: absolute;
    top: 0; }

.home .mobile-on {
  display: none !important; }

.home .one .one-block-2,
.home .one .one-block-3 {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0; }

.home .one .one-right {
  background: #196e93; }
  .home .one .one-right .arrow-left {
    border-color: transparent #196e93 transparent transparent;
    border-style: solid;
    border-width: 57.5px 40px 57.5px 0;
    float: right;
    height: 0;
    width: 0; }
  .home .one .one-right .arrow-right {
    border-color: transparent transparent transparent #196e93;
    border-style: solid;
    border-width: 57.5px 0 57.5px 40px;
    height: 0;
    width: 0; }

.home .one-block-equal,
.home .three-block-equal,
.home .four-block-equal {
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  padding: 75px 30px;
  vertical-align: middle; }

.home .four-block-equal {
  color: black; }

.home .one-block-equal p:last-child,
.home .three-block-equal p:last-child,
.home .four-block-equal p:last-child {
  margin: 0; }

.home .one .one-block-2,
.home .three .three-block-2 {
  background: url(../img/home-onetwo-bg.jpg) no-repeat;
  background-position: right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.home .one .one-block-3,
.home .three .three-block-3 {
  background: url(../img/home-onethree-bg.jpg) no-repeat;
  background-position: left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.home .two .right {
  background: url(../img/home-two-bg.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.home .three .three-block-equal {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.home .four .four-block-1,
.home .four .four-block-4 {
  background: #ebebeb;
  color: #196e93; }
  .home .four .four-block-1::before,
  .home .four .four-block-4::before {
    content: url(../img/four-block-twitter.png); }

.home .four [class*=four-block-] #cff .cff-item {
  border: none !important;
  color: #ebebeb;
  font-size: 24px;
  font-weight: 300;
  padding: 0; }

.home .four .four-block-3 .cff-item:first-of-type {
  display: none; }

.home .four a {
  color: #208ab8;
  display: inline-block;
  word-break: break-all !important; }

.home .four .four-block-2,
.home .four .four-block-3 {
  background: #196e93;
  color: white; }
  .home .four .four-block-2::before,
  .home .four .four-block-3::before {
    content: url(../img/four-block-facebook.png); }
  .home .four .four-block-2 a,
  .home .four .four-block-3 a {
    color: #8edcff; }

.home .four [class*=four-block-] {
  font-size: 24px;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .home .four [class*=four-block-]::before {
    left: 0;
    position: absolute;
    top: 0; }
  .home .four [class*=four-block-] span:not(.cff-text), .home .four [class*=four-block-] span:not(.cff-text) a {
    color: black;
    display: block;
    font-size: 16px;
    line-height: 14px !important; }
  .home .four [class*=four-block-] .cff-viewpost-facebook {
    display: none; }
  .home .four [class*=four-block-] #cff p {
    line-height: 24px; }
  .home .four [class*=four-block-] .cff-post-text {
    margin: 0 0 15px !important; }
  .home .four [class*=four-block-] .cff-post-desc {
    display: none; }

.home .two .left,
.home .three .three-right,
.home .four .four-left {
  padding: 45px 15px;
  vertical-align: top !important; }

.home h1,
.home .title {
  color: #196e93;
  display: block;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  margin: 0 0 30px;
  text-align: center; }

/* Hide certain status updates */
.home .four .four-block-2 .cff-item:nth-of-type(1), .home .four .four-block-3 .cff-item:nth-of-type(1), .home .four .four-block-3 .cff-item:nth-of-type(2), .home .four .four-block-4 #tweets li:nth-of-type(1), .home .four .four-block-4 #tweets li:nth-of-type(2), .home .four .four-block-4 #tweets li:nth-of-type(3), .home .four #cff .cff-shared-link {
  display: none; }

/* Row 3 */
.row.three {
  padding-bottom: 30px; }
  .row.three .pics {
    float: left;
    height: 500px;
    margin: 0 15px 0 0;
    width: 50%; }
    .row.three .pics .top, .row.three .pics .bottom {
      height: 250px; }
      .row.three .pics .top img, .row.three .pics .bottom img {
        float: left;
        height: 100%;
        width: 50%; }

/* Row 4 */
.row.four .four-right ul li::before {
  content: ''; }
.row.four .four-left {
  padding: 15px; }
  .row.four .four-left h2 {
    margin: 0 0 15px; }

/*===========================================================================*\
	Plugins
\*===========================================================================*/
.cta {
  color: #196e93;
  display: block;
  font-size: 24px;
  line-height: 28px;
  padding: 20px 35px; }
  .cta.giant {
    font-size: 36px;
    line-height: 42px; }
  .cta.large {
    font-size: 28px;
    line-height: 32px; }
  .cta.small {
    font-size: 18px;
    line-height: 20px; }
  .cta.mini {
    font-size: 14px;
    line-height: 16px; }

.ssba > div > span {
  color: #196e93;
  display: inline-block;
  float: left;
  font-size: 24px;
  margin-right: 15px; }

.ssba a {
  float: left;
  margin: 0 5px; }

.ssba > div > a > img {
  height: 35px;
  margin: 10px 0 0;
  opacity: 0.7;
  width: 35px; }

.ssba a:hover img,
.ssba img:hover {
  opacity: 1.0; }

.screen-reader-response {
  display: none; }

.wpcf7-not-valid-tip {
  color: #dd0808;
  display: inline-block;
  padding-bottom: 15px; }
  .wpcf7-not-valid-tip::before {
    content: '\2191';
    padding-right: 3px; }

.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
  font-size: 18px;
  margin: 0 !important;
  padding: 15px 35px !important;
  text-align: center; }

.wpcf7-validation-errors {
  background: #fffc95;
  color: #b2b2b2; }

.wpcf7-mail-sent-ok {
  background: #6ac7f0;
  border: 2px solid #208ab8 !important;
  color: white;
  font-weight: 700; }

.cff-author {
  display: none; }

iframe[name='google_conversion_frame'] {
  float: left;
  font-size: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  margin-top: -13px;
  width: 0 !important; }

.comment-form-comment label {
  display: block; }
.comment-form-comment textarea {
  background: #ebebeb;
  border: none;
  outline: none;
  width: 50%; }

.form-submit input[type=submit] {
  background: #196e93;
  border: none;
  color: white; }
  .form-submit input[type=submit]:hover {
    background: #208ab8; }

/*===========================================================================*\
	SOFTON: NEW TEMPLATE PAGE
\*===========================================================================*/
body.page-template-page-alternate-template-php textarea {
  border: none;
  max-width: 100%; }
body.page-template-page-alternate-template-php .ribbon {
  border-left: 8px solid #196e93;
  color: #196e93;
  display: table;
  min-height: 118px;
  padding: 30px 22px;
  margin: 20px auto 20px;
  background: #e9e9e9 url(../img/ribbon-bg.png) no-repeat center;
  background-size: cover; }
  body.page-template-page-alternate-template-php .ribbon .content {
    vertical-align: middle; }
body.page-template-page-alternate-template-php .sidebar aside ul li a {
  font-weight: 300; }
body.page-template-page-alternate-template-php .sidebar .arrow .rotate-off {
  transform: rotate(-90deg); }
body.page-template-page-alternate-template-php .sidebar .arrow .rotate-on {
  transform: rotate(0deg); }
body.page-template-page-alternate-template-php .page_item a:hover {
  background: #ebebeb; }
body.page-template-page-alternate-template-php .arrow span {
  position: absolute;
  left: -25px;
  top: 5px; }
  body.page-template-page-alternate-template-php .arrow span.rotate-off, body.page-template-page-alternate-template-php .arrow span.rotate-on {
    transform: rotate(0deg); }
  body.page-template-page-alternate-template-php .arrow span img.emoji {
    display: none !important; }
  body.page-template-page-alternate-template-php .arrow span:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #196e93 transparent transparent transparent;
    display: block; }
body.page-template-page-alternate-template-php h2 {
  font-size: 30px; }
body.page-template-page-alternate-template-php h3 {
  font-size: 24px; }
body.page-template-page-alternate-template-php h2, body.page-template-page-alternate-template-php h3 {
  line-height: 1.25em;
  color: #196e93; }
body.page-template-page-alternate-template-php .widget.widget_custom_cf7 {
  width: 97%;
  border-top: 10px solid #6ac7f0;
  padding-top: 0px;
  margin-top: 50px; }
  body.page-template-page-alternate-template-php .widget.widget_custom_cf7:before {
    content: '';
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #6ac7f0 transparent transparent transparent; }
body.page-template-page-alternate-template-php form input, body.page-template-page-alternate-template-php form textarea {
  background: #ebebeb;
  border: solid 2px #6ac7f0; }
body.page-template-page-alternate-template-php form input[type="submit"] {
  color: #6ac7f0;
  background: none;
  border: none;
  background: url("../img/submit-arrow-2.png") !important;
  background-repeat: no-repeat !important;
  background-position: 85% 14px !important; }
body.page-template-page-alternate-template-php form .form-text {
  font-size: 20px;
  font-weight: 700;
  color: #196e93; }
body.page-template-page-alternate-template-php form .form-name {
  margin-top: 30px;
  color: #363636;
  font-size: 15px; }
body.page-template-page-alternate-template-php form .form-name2 {
  margin-top: 20px;
  color: #363636;
  font-size: 15px; }
body.page-template-page-alternate-template-php form .form-submit {
  font-size: 20px; }
body.page-template-page-alternate-template-php pre {
  background: none;
  border: none;
  padding: 0;
  font-family: inherit; }
  body.page-template-page-alternate-template-php pre code {
    font: 16px "Oxygen", sans-serif; }
  body.page-template-page-alternate-template-php pre h3 {
    font-family: "Oxygen", sans-serif;
    margin-top: 0; }
body.page-template-page-alternate-template-php .inner-image-banner {
  margin: 30px auto 30px; }
  body.page-template-page-alternate-template-php .inner-image-banner h1 span {
    display: inline-block;
    padding-left: 15px; }
    body.page-template-page-alternate-template-php .inner-image-banner h1 span a {
      color: white; }
  body.page-template-page-alternate-template-php .inner-image-banner .left-bar {
    background: #196e93;
    padding: 30px 23px 30px 23px;
    height: 312px; }
    @media (max-width: 460px) {
      body.page-template-page-alternate-template-php .inner-image-banner .left-bar {
        height: auto; } }
    body.page-template-page-alternate-template-php .inner-image-banner .left-bar .title {
      color: white;
      text-align: left;
      display: block;
      font-size: 24px;
      font-weight: 300;
      line-height: 28px;
      margin-bottom: 15px; }
    body.page-template-page-alternate-template-php .inner-image-banner .left-bar .banner-text {
      height: 129px;
      overflow: hidden; }
    body.page-template-page-alternate-template-php .inner-image-banner .left-bar p {
      font-size: 14px;
      font-weight: 300;
      color: #fff; }
    body.page-template-page-alternate-template-php .inner-image-banner .left-bar .more {
      display: block;
      margin-top: 20px;
      text-align: center; }
  body.page-template-page-alternate-template-php .inner-image-banner .right-bar {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    min-height: 310px;
    padding-left: 0px;
    height: 100%; }
    body.page-template-page-alternate-template-php .inner-image-banner .right-bar h1 {
      color: #fff;
      font-weight: 300;
      text-align: center;
      text-shadow: 2px 2px 9px black;
      max-width: 498px;
      margin: 20px auto 0; }
    body.page-template-page-alternate-template-php .inner-image-banner .right-bar .arrow-right {
      display: none;
      border-style: solid;
      border-width: 57.5px 0 57.5px 40px;
      height: 0;
      width: 0;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

/*===========================================================================*\
	Mobile Styling
\*===========================================================================*/
@media (max-width: 1199px) {
  .navbar-default .pull-right {
    float: none !important; }

  .navbar-default .navbar-nav {
    float: none; }

  .navbar-default .call {
    padding-top: 40px; }

  .navbar-default .navbar-nav {
    margin: 98px 0 0;
    text-align: center; }
    .navbar-default .navbar-nav > li {
      float: none; }
      .navbar-default .navbar-nav > li > ul {
        text-align: left; } }
@media (max-width: 991px) {
  .navbar-header {
    /*margin-top: 50px;*/
    margin-top: 5px;
    text-align: center; }

  .navbar-default .navbar-nav {
    margin: 0;
    text-align: left; }
    .navbar-default .navbar-nav > li {
      display: block;
      padding: 0;
      text-align: left; }
      .navbar-default .navbar-nav > li:hover > a {
        color: white; }
      .navbar-default .navbar-nav > li.current-menu-item > a {
        color: white; }
      .navbar-default .navbar-nav > li > a {
        border-bottom: 1px solid #155d7c;
        font-size: 16px;
        padding: 8px 15px;
        width: 100%; }
        .navbar-default .navbar-nav > li > a:hover {
          background: #208ab8; }
      .navbar-default .navbar-nav > li > ul, .navbar-default .navbar-nav > li:hover > ul {
        background: transparent;
        display: block;
        padding: 0;
        position: relative;
        width: 100%; }
        .navbar-default .navbar-nav > li > ul > li, .navbar-default .navbar-nav > li:hover > ul > li {
          padding: 0; }
          .navbar-default .navbar-nav > li > ul > li:hover, .navbar-default .navbar-nav > li:hover > ul > li:hover {
            background: transparent; }
          .navbar-default .navbar-nav > li > ul > li > a, .navbar-default .navbar-nav > li:hover > ul > li > a {
            border-bottom: 1px solid #155d7c;
            color: white;
            display: inline-block;
            font-size: 16px;
            padding: 8px 15px 8px 30px;
            width: 100%; }
            .navbar-default .navbar-nav > li > ul > li > a:hover, .navbar-default .navbar-nav > li:hover > ul > li > a:hover {
              background: #208ab8; }
            .navbar-default .navbar-nav > li > ul > li > a::after, .navbar-default .navbar-nav > li:hover > ul > li > a::after {
              content: '' !important; }
          .navbar-default .navbar-nav > li > ul > li > ul, .navbar-default .navbar-nav > li:hover > ul > li > ul {
            background: transparent;
            display: block;
            left: auto;
            padding: 0;
            position: relative;
            top: auto; }
            .navbar-default .navbar-nav > li > ul > li > ul:hover, .navbar-default .navbar-nav > li:hover > ul > li > ul:hover {
              background: transparent; }
            .navbar-default .navbar-nav > li > ul > li > ul > li, .navbar-default .navbar-nav > li:hover > ul > li > ul > li {
              display: block; }
              .navbar-default .navbar-nav > li > ul > li > ul > li > a, .navbar-default .navbar-nav > li:hover > ul > li > ul > li > a {
                border-bottom: 1px solid #155d7c;
                color: white;
                display: block;
                font-size: 16px;
                padding: 8px 15px 8px 60px; }
  .navbar-default .navbar-collapse {
    background: #196e93;
    position: absolute;
    top: 0;
    width: 100%; }
  .navbar-default .navbar-brand {
    float: none;
    font-size: 57px; }
  .navbar-default .call {
    display: block;
    float: none;
    padding: 10px 0 5px;
    position: relative; }
  .navbar-default .navbar-toggle {
    z-index: 2; }

  .sidebar {
    display: none; }

  .home .social {
    top: 235px; }

  .home header .container {
    padding: 0 15px; }

  .home .row.equal > [class*=col-].one-block-equal {
    width: 50%; }

  .home .row.equal.two .right {
    display: none; }

  .home .four-right {
    float: left; }
    .home .four-right .row.equal:first-of-type {
      display: none; } }
@media (max-width: 767px) {
  footer img {
    display: none; }
  footer .copyright {
    padding: 0; }

  .home .navbar-default {
    background: transparent; }

  .home .row.equal {
    display: block; }
    .home .row.equal [class*=col-] {
      display: block; }

  .home .mobile-on {
    display: block !important; }

  .home .mobile-off,
  .home .arrow-right,
  .home .arrow-left {
    display: none !important; }

  .home .one .one-left {
    min-height: 470px;
    padding: 35px 15px;
    text-align: center; }
    .home .one .one-left .text {
      padding: 0;
      text-align: center; }
      .home .one .one-left .text::before {
        content: ''; }
      .home .one .one-left .text .title {
        text-align: center; }
      .home .one .one-left .text p {
        font-size: 16px;
        text-align: center; }

  .home .row.equal > [class*=col-].one-block-equal {
    display: block;
    min-height: 200px !important;
    width: 100%;
    background-position-x: 0; }
    .home .row.equal > [class*=col-].one-block-equal p {
      font-size: 16px;
      text-align: center; }

  .home .row.equal.two,
  .home .row.equal.three,
  .home .row.equal.four {
    display: none; } }
@media (max-width: 480px) {
  header .section .section-title span {
    font-size: 28px;
    line-height: 28px; }

  .post img.featured {
    display: block;
    float: none;
    margin: 0 auto; }

  body:not(.home) h1 {
    display: block;
    margin: 20px 0 15px;
    text-align: center; }

  .home header {
    min-height: 430px; }
    .home header .intro {
      margin-bottom: 60px; }
      .home header .intro .title {
        display: none; }
      .home header .intro .text {
        text-align: center; }
        .home header .intro .text .link {
          display: none; }
        .home header .intro .text p {
          margin: 0 0 10px; }
        .home header .intro .text .call {
          font-size: 24px; }
          .home header .intro .text .call a {
            display: block; }
          .home header .intro .text .call::before {
            content: url(../img/home-arrow-small.png);
            left: -15px;
            padding-top: 10px;
            position: absolute; }

  .home .social {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    top: auto; }
    .home .social li {
      display: inline-block; }
      .home .social li a {
        float: none; }
        .home .social li a:hover {
          width: 33px; } }
@media (max-width: 576px) {
  .home .yt-wrap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative; }
    .home .yt-wrap embed,
    .home .yt-wrap object,
    .home .yt-wrap iframe {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%; } }
@media screen and (max-width: 1200px) {
  body.page-template-page-alternate-template-php form input[type="submit"] {
    background-position: 90% 14px !important; } }
@media screen and (min-width: 1200px) {
  body.page-template-page-alternate-template-php .inner-image-banner .left-bar {
    width: 36.5%; }
  body.page-template-page-alternate-template-php .inner-image-banner .right-bar {
    background-size: cover;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    width: 63.5%; }
    body.page-template-page-alternate-template-php .inner-image-banner .right-bar h1 {
      max-width: 498px;
      margin: -90px auto 0; }
    body.page-template-page-alternate-template-php .inner-image-banner .right-bar .arrow-right {
      border-color: transparent transparent transparent #196e93;
      display: inherit; } }

/*# sourceMappingURL=style.css.map */
