@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800i');

html{
  font-size: 15px;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
	background:#fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.container{
  width:100%;
  /*max-width:100%;*/
}
.container-nopad{
	padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
/*img{
  width:100%;
}*/
.mobile {
  display:block;
}
.desktop {
  display:none;
}
a{
  cursor:pointer;
}
.row {
  -webkit-flex-direction: row;  /* Safari */
  flex-direction:  row;
}
.pull-lg-right{
  float: right;
}
.full-page {
  margin-bottom: 40px;
}

/*---- DEFAULT W3 SETTINGS ----*/
html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre   { display: block; unicode-bidi: embed }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center }
caption         { text-align: center }
body            { /*margin: 8px*/ }
h1              { font-size: 2rem; margin: .67rem 0 }
h2              { font-size: 1.5rem; margin: .75rem 0 }
h3              { font-size: 1.17rem; margin: .83rem 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12rem 0 }
h5              { font-size: .83rem; margin: 1.5rem 0 }
h6              { font-size: .75rem; margin: 1.67rem 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { /*font-weight: bolder*/ }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italic }
pre, tt, code,
kbd, samp       { font-family: monospace }
pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
big             { font-size: 1.17rem }
small, sub, sup { font-size: .83rem }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
td, th, tr      { vertical-align: inherit }
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A"; white-space: pre-line }
center          { text-align: center }
:link, :visited { /*text-decoration: underline*/ }
:focus          { outline: thin dotted invert }

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h1            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}
/*---- GLOBAL SETTINGS ----*/

h1,h2,h3,h4,h5,h6{
  color:#2991d6;
}
h1 { font-size: 2rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.17rem; }
h4 { font-size: 1.12rem; }
h5 { font-size: .83rem; }
h6 { font-size: .75rem; }

h1 {
  font-weight: 600;
  text-transform: uppercase;
  color: #2991d6;
}
p {
  font-size: 1rem;
  color:#2c2c2c;
}
.site-footer p, .site-footer h3 {
    color: #fff;
}

.hide-mobile{
  display: none;
}
a[href^="tel:"] {
  color: #373a37;
  text-decoration: none;
}
a {
    color: #2991d6;
    text-decoration: none;
}

button {
  cursor:pointer !important;
}

ul.nav.nav-tabs {
    margin-left: 0px;
}
.nav-tabs .nav-link {
    padding: 0.5em 0.78em;
}
.error {
    color: #ff0000;
}

.page-breadcrumb{
  padding-top:0.3rem;
}
.page-breadcrumb ul{
  padding-left: 0rem;
}
.page-breadcrumb li{
  display: inline-block;
  color:#545454;
  margin:0.3rem 0;
}
/*.page-breadcrumb li:after{
  content:'\00a0 \f178 \00a0';
  font-family: FontAwesome;
  font-size: 0.8rem;
}
.page-breadcrumb li:last-child:after {
  content: '';
}*/




.page-banner{
  height:24rem;
  width:100%;
  background:#c0ffee;

  position: relative;

  -webkit-box-shadow: inset 0 15px 15px -15px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 15px 15px -15px rgba(0,0,0,0.5);
    box-shadow: inset 0 15px 15px -15px rgba(0,0,0,0.5);
}
.page-banner h1{
  position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
}



.show_social_share_icons{
  margin-top: 3rem;
}
.social-icon {
  height:65px;
  width:65px;
  position:relative;
  overflow:hidden;
  display:inline-block;
  margin-right:5px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.social-icon:hover {
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
}

.form-script {
    margin-bottom: 3rem;
}

/*---- START PAGE TEMPLATES SECTION -------------------------------------------------------------------*/

.bullet_point_list {
  list-style-type: none;
  padding-left: 2rem;
  margin: 1rem 0;
  position: relative;
}
.bullet_point_list li:before {
  color:#2991d6;
  content:'\f00c';
  font-family: FontAwesome;
  position: absolute;
    left: 0.3rem;
}
.bullet_point_list .noTick:before {
  content:'';
}
.body-copy{
  padding: 0.5rem 1.5rem 5rem;
}
.profile-image img{
  max-width: 100%;
}
.profile-header {
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding: 1.5rem;
}

.profile-photo{
  width:180px;
  overflow:hidden;
  background-size:cover !important;
  background-position: center !important;
  margin:10px;
  position:relative;
  display: inline-block;
  border:solid 1px #ccc;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
}
.profile-photo:after {
  content: "";
  display: block;
  padding-bottom: 120%;
}
.profile-inner {
  color:#2991d6;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position:absolute;
  /*bottom: -68px;*/
  /*bottom: -71px;*/
  top: 174px;
  left:0;
  width:100%;
  background:rgba(255,255,255,0.8);
  padding: 6% 10% 6%;
  line-height:1.6rem;
  height: 230px;
}
.profile-inner p{
  font-size: 0.8rem;
  color: #2991d6;
  margin-top: 0;
  margin-bottom: 1rem;
}
.profile-inner i {
  position: absolute;
    top: 14px;
    right: 14px;
}
.hide-p {
    opacity: 0;
}
.profile-photo:hover .profile-inner {
  top:0;
}
.profile-photo:hover .profile-inner i {
  transform: rotate(180deg);
}
.profile-photo:hover .profile-inner .hide-p {
  opacity: 1;
}

.inner-6{
  color:#2991d6;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position:absolute;
  bottom:-15px;
  left:0;
  width:100%;
  background:rgba(255,255,255,0.8);
  padding: 6% 14% 6%;
  vertical-align:bottom;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
}
.inner-6 p {
  color:#2991d6;
  margin-top: 0;
  margin-bottom: 1rem;
}
.blank-6{
  color:#fff;
  overflow:hidden;
  background-size:cover !important;
  background-position: center !important;
  margin-top: 15px;
}
.blank-6:after {
  content: "";
  display: block;
  padding-bottom: 65%;
}
.outer:hover .inner-6 {
  bottom:0;
}

/*---- END PAGE TEMPLATES SECTION -------------------------------------------------------------------*/

/*---- START NAV SECTION ----*/

/*ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;
    margin: 0;
}*/

.navbar-dark {
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #d5d6d6 100%);
  background: -webkit-linear-gradient(top,  #ffffff 0%,#d5d6d6 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#d5d6d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d6d6',GradientType=0 );
}
.white-text{
  color:white;
}
.nav-contact {
  height:2.5rem;
  line-height:2.5rem;
  text-align:right;
  padding-right:1rem;
  background-color:#2991d6;
}
.navbar-dark .navbar-nav .nav-link, .navbar-brand, .navbar-dark .navbar-nav .nav-link, .dropdown-item {
  color:#2991d6;
  text-shadow: 0px 2px 0px rgba(255, 255, 255, 1);
}
.navbar-dark .navbar-nav .nav-link:hover, .dropdown-item:hover {
  color:#2991d6;
  text-shadow: 0px 2px 0px rgba(255, 255, 255, 1);
}
.nav-link:hover .nav-link h3 {
  color:#333 !important;
}
.nav-link p {
  line-height: 1.4rem;
}
.navbar-nav {
  margin:0;
}
.navbar-brand {
  float: none;
  padding-top: initial;
  padding-bottom: initial;
  margin-right: initial;
  font-size: initial;

  display:block;
  width:auto;
  position:absolute;
  top:0;
  bottom:0;
  white-space: nowrap;
}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.navbar-brand img {
  width:100%;
  max-width: 200px;
  vertical-align: middle;
  display: initial;
}
.navbar-nav .nav-item+.nav-item {
  margin-left: 0rem;
  border-left: 1px solid #ccc;
}
.navbar-nav li:nth-child(1) {
  border-left: 1px solid #ccc;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #2b2d2f;
  color: rgba(0,0,0,.6);
}
.navbar {
  padding: 0 1rem;
}
.navbar-nav .nav-item {
  line-height: 6rem;
  padding: 0 1rem;
}
.navbar-toggler {
    width: initial;
    height: initial;
    padding: 0.8rem 1rem;
    /*font-size: 2.25rem;  */
    line-height: 1;
    background: #fff no-repeat center center;
    border: 1px solid #333;
    border-radius: 3px;
    margin: 0.5rem;
}
.navbar-dark .navbar-toggler {
    background-image: none;
}
.navbar-dark .navbar-toggler {
    /*border-color: rgba(255, 255, 255, 1);*/
    border-color:#8d8f91;
    color: #2991d6;
}


/*.navbar-dark .navbar-brand:focus, 
.navbar-dark .navbar-brand:hover, 
.navbar-dark .navbar-toggler:focus, 
.navbar-dark .navbar-toggler:hover,
.navbar-dark .navbar-nav .open > .nav-link, 
.navbar-dark .navbar-nav .open > .nav-link:focus, 
.navbar-dark .navbar-nav .open > .nav-link:hover, 
.navbar-dark .navbar-nav .active > .nav-link, 
.navbar-dark .navbar-nav .active > .nav-link:focus, 
.navbar-dark .navbar-nav .active > .nav-link:hover, 
.navbar-dark .navbar-nav .nav-link.open, 
.navbar-dark .navbar-nav .nav-link.open:focus, 
.navbar-dark .navbar-nav .nav-link.open:hover, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.active:focus, 
.navbar-dark .navbar-nav .nav-link.active:hover,
.nav-pills .nav-link.active, 
.nav-pills .nav-link.active:focus, 
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.navbar-dark .navbar-nav .open > .nav-link, 
.navbar-dark .navbar-nav .open > .nav-link:focus, 
.navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: #2991d6;
}*/
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link:focus, .navbar-dark .navbar-nav .active > .nav-link:hover, .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover {
  color: #2991d6;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: #2991d6;
}
.navbar-dark .navbar-nav .nav-link:hover, 
.navbar-dark .navbar-nav .nav-link.active:hover,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .open > .nav-link:hover,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active:hover,
.navbar-dark .navbar-nav .nav-link.active:hover,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-toggler:hover {
  color: #2b2d2f;
}


.nav.navbar-nav {
    float: right;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #2b2d2f;
  color: rgba(0,0,0,.6);
}
.form-inline .btn, .form-control {
  border-radius:0px;
  border:0px;
}
.form-inline .btn {
  background:#2991d6;
  color:#fff;
}
.form-control {
  background:#e1e1e1;
  width: 400px;
}
.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    /*top:100px;*/
}
.dropdown.open .dropdown-menu {
    max-height: 300px;
    opacity: 1;
    top:100%;
}
.dropdown-menu {
    /*right: 0;
    left: initial;*/
    border: none;
    border-radius: 0rem;
}
.dropdown-menu form {
  margin: 0;
}
.dropdown-menu .form-control, .dropdown-menu #searchBtn {
  height: 60px;
}
.dropdown-menu li {
    width: 100%;
    white-space: nowrap;
}

#searchBtn {
  float: right;
  z-index: 999;
}

.form-inline .input-group > .form-control {
    left: 0;
    position: absolute;
    width: 100% !important;
}
.input-group, .input-group-btn {
  width: 100% !important;
}




/*--------*/
@media (max-width: 991px) {
  .navbar {
      padding: 0.5rem 1rem;
  }
  .navbar-dark .navbar-brand {
    max-height: 63px;
  }
  .navbar-dark .nav.navbar-nav {
    float: left;
    width: 100%;
  }
  .navbar-dark .navbar-nav .nav-item {
    line-height: 4rem;
  }
  .navbar-dark .navbar-nav .nav-item+.nav-item {
    border-left: 0px solid transparent;
  }
  .navbar-dark .navbar-nav li:nth-child(1) {
    border-left: 0px solid transparent;
  }
  .navbar-dark .navbar-toggleable-md, .input-group {
    width: 100% !important;
  }
  .navbar-dark .form-control {
    /*width: 90% !important;*/
  }
  .navbar-dark #searchBtn {
    /*width: 10% !important;*/
    float: right;
    margin-top: 0px;
  }
  .navbar-dark .dropdown-menu {
    padding: 0;
  }
  .navbar-dark .dropdown-item {
    padding: 0.5rem 1.5rem;
  }
}
/*--------*/

@media (min-width: 544px) {
  .navbar-brand img {
    max-width: 200px;
  }
}

@media (min-width: 768px) {
  .navbar-brand img {
    max-width: 250px;
  }
  .navbar-brand {
    max-height: 69px;
  }
  .nav.navbar-nav {
    float: left;
  }
  .navbar-nav .nav-item {
    line-height: 4rem;
  }
  .navbar-nav .nav-item+.nav-item {
    border-left: 0px solid transparent;
  }
  .navbar-nav li:nth-child(1) {
    border-left: 0px solid transparent;
  }
  .form-inline .input-group > .form-control {
    /*width: 90%;*/
  }
  .input-group {
    width:400px;
  }
}

@media (min-width: 992px) {
  .hide-mobile{
    display: inline-block;
  }
  .navbar-brand img {
    max-width: 300px;
  }
  .navbar .navbar-nav > .active, .navbar .navbar-nav > .nav-item:hover, .navbar .navbar-nav > .nav-item {
    padding: 0 1rem;
  }
  .navbar-brand {
    max-height: 100%;
  }
  .nav.navbar-nav {
    margin-top:0px;
    float: right;
  }
  .navbar-nav .nav-item {
    line-height: 6rem;
  }
  .navbar-nav .dropdown-menu .nav-item {
      line-height: 2rem;
  }
  .navbar-nav>.nav-item+.nav-item {
    border-left: 1px solid #ccc;
  }
  .navbar-nav>li:nth-child(1) {
    border-left: 1px solid #ccc;
  }
  .form-inline .input-group > .form-control {
    /*width:400px;*/
  }
}

@media (min-width: 1200px) {
  .navbar-brand img {
    max-width: 350px;
  }
  .navbar .navbar-nav > .active, .navbar .navbar-nav > .nav-item:hover, .navbar .navbar-nav > .nav-item {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1300px) {
  .navbar-brand img {
    max-width: 350px;
  }
  .navbar .navbar-nav > .active, .navbar .navbar-nav > .nav-item:hover, .navbar .navbar-nav > .nav-item {
    padding: 0 2rem;
  }
}

/*  Mega Nav  */
  .mega-item h3{
    font-size: 1rem;
  }
  @media (min-width: 992px) {
    .mega-item h3{
      font-size: initial;
      margin-bottom: 0;
      margin-top: 2rem;
    }
    .dropdown.open .dropdown-menu {
      max-height: 640px;
    }
    .dropdown-menu {
      margin: 0;
      padding: 0;
      background-color: transparent;
    }
    .dropup, .dropdown {
      position: static;
    }
    .mega-dropdown {
      width: 100%;
    }
    .mega-dropdown #searchform {
      margin:0.5rem 0;
    }
    .mega-item {
      border-right: solid 1px #ccc;
      text-align: center;
      background-color: #fff;
    }
    .mega-item .row {
      margin-left: -15px;
      margin-right: -15px;
    }
    .navbar-nav .nav-link {
      height:100%;
    }
    .mega-small {
      text-align: center;
      border-bottom: solid 1px #ccc;
      border-right: solid 1px #ccc;
    }
    .mega-small:nth-child(2),.mega-small:nth-child(4),.mega-small:nth-child(6) {
      border-right: none;
    }
    .mega-small:nth-child(5),.mega-small:nth-child(6) {
      border-bottom: none;
    }
    span.block-txt {
      display: block;
      width: 100%;
      vertical-align: middle;
      line-height: 1.35rem;
    }
  }
  @media (min-width: 1500px) {
    span.block-txt {
      display: inline-block;
      width: 52%;
      vertical-align: top;
      line-height: 1.35rem;
      padding-left: 0.6rem;
    }
    .mega-small {
      text-align: left;
    }
  }

  .mega-image {
    height: 60px;
    width: 100px;
    background-size: cover !important;
    background-position-y: 30% !important;
  }
  .mega-wide {
    height: 75px;
    width: 100%;
    background-size: cover !important;
    background-position-y: 50% !important;
    background-position-x: 50% !important;
  }
/*---- END NAV SECTION ----*/



/*---- START VIDEO SECTION ----*/


.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
}
.video-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,0.0);
    padding: 0 0 18% 14%;
    vertical-align: bottom;
    text-align: left;
	text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
    width: 100%;
    display: block;
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}
.video-holder{
    padding: 230px 0;
    /*background: url(https://html5backgroundvideos.com/converter/images/bgscreenshot1.jpg) center center no-repeat;*/
    background-size: cover;
    text-align: center;
    color: #FFF;
    text-shadow: 0 0 7px rgba(0,0,0,0.4);
    position: relative;
    overflow: hidden;
}
.video-holder.small-holder {
    padding: 150px 0;
}
.video-holder .text{
  display:block;
  width:100%;
  position:absolute;
  top:40%;
}
.text button{
  opacity:1;
  padding:10px 70px;
  border:solid 1px #333;
  background:transparent;
  color:#000;
}
.text button:hover{
  border:solid 1px #333;
  background:#333;
  color:#fff;
}
.video-bg video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity .8s linear;
    transition: opacity .8s linear;
}
/*---- END VIDEO SECTION ----*/



/*---- START HOME BLOCK SECTION ----*/
.home .col-sm-4, .home .col-sm-8, .home .col-sm-12{
  padding:10px;
  position:relative;
}
.notoppad {
  padding-top:0 !important;
}
.home .row {
    margin-left: -10px;
    margin-right: -10px;
}
.inner {
  position:absolute;
  left:0;
  bottom:-25%;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  background:rgba(255,255,255,0.0);
  padding: 14% 30% 14% 14%;
  vertical-align:bottom;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
  /*text-transform:uppercase;*/
}
.inner h1, .inner-12 h1 {
  text-transform:uppercase;
}
.inner p, .inner-12 p {
  margin: 0.2rem 0 1.12rem 0;
  opacity:0;
}
.outer a {
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  text-decoration: underline;
}
.outer:hover .inner {
  bottom:0;
  background:rgba(255,255,255,0.8);
}
.outer:hover button {
  opacity:1;
}
.outer:hover p {
  opacity:1;
}
.inner-12 {
  position:absolute;
  left:0;
  bottom:-25%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 33%;
  background:rgba(255,255,255,0.0);
  padding:4.667% 10% 4.667% 4.667%;
  vertical-align:bottom;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
  /*text-transform:uppercase;*/
}
.outer:hover .inner-12 {
  bottom:0;
}
.inner-12-white{
  position:absolute;
  top:0;
  left:-10%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height:100%;
  width: 33%;
  background:rgba(255,255,255,0.0);
  padding:4.66666666667%;
  vertical-align:bottom;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
  text-transform:uppercase;
}
.outer:hover .inner-12-white {
  left:0;
  background:rgba(255,255,255,0.8);
}
.inner-3{
  color:#2991d6;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
  
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  background:rgba(255,255,255,0.8);
  /*padding:12% 14% 8%;*/
  padding:7% 14% 8%;
  vertical-align:bottom;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
  text-transform:uppercase;
}
.inner button, .inner-3 button, .inner-12 button, .video-inner button {
  background:#2991d6;
  color:#fff;
  padding:.7rem 1.7rem;
  opacity:0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border:solid 1px #535353;
  font-size: 0.8rem;
  text-transform:uppercase;
}
.video-inner button {
  opacity:1;
}
.video-inner h1 {
  text-shadow: 0px 2px 0px rgba(255, 255, 255, 1), 0 0 20px rgba(0,0,0,0.5);
}
.inner h1, .inner-3 h1, .inner-12 h1{
  color:#2991d6;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
}
.blank, .blank-4, .blank-12{
  border:solid 10px white;
  color:#fff;
  overflow:hidden;
  background-size:cover !important;
  background-position: center !important;
}
.blank:after, .blank-4:after{
  content: "";
  display: block;
  padding-bottom: 80%;
}
.blank-12:after {
  content: "";
  display: block;
  /*padding-bottom: 33.33333%;*/
  padding-bottom: 26.6666666667%;
}
@media (max-width: 767px) {
  .blank-12:after {
    padding-bottom: 80%;
  }
}
/*---- END HOME BLOCK SECTION ----*/


/*---- START FOOTER BLOCK SECTION ----*/
#wrapper-footer{
  background:#545454;
  /*padding: 30px 0 15px;*/
  padding: 0;
}
#black-footer{
  background:#000;
  padding: 20px 0 30px;
  color:#8d8f91;
}
.black-footer-left{
  font-size: 0.8rem;
  text-align: center;
}
.black-footer-right{
  font-size: 1rem;
  text-align: center;
}
.black-footer-right ul{
margin-left: 0;
    padding: 0;
}


.footer-links-list {
  display: inline-block;
}
.footer-links-list a {
  color: #8d8f91;
}
.footer-links-list:after {
  content:' | ';
}
.footer-links-list:last-child:after {
  content: '';
}
/*---- END FOOTER BLOCK SECTION ----*/

/*---- START WIDGET BLOCK SECTION ----*/
.all-widgets {
  padding: 12% 7% 7%;
  color:#fff;
}
.all-widgets a:link {
  text-decoration: none;
}
.all-widgets h3{
  font-size:1rem;
  font-weight:700;
}
.all-widgets hr {
  border: 0;
  height: 1px;
  background: #fff;
}
.all-widgets p{
  font-size:1rem;
}
.feed-widget {
  background:#fff;
}
.contact-widget button {
  background:#333;
  color:#ccc;
  border:0px;
  padding:10px 30px;
  width:145px;
  text-align:left;
  margin-bottom:10px;
  display:block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-widget button:hover {
  font-weight: 700;
  width:160px;
}
#phone-text {
  display:inline-block;
}
.contact-widget .phone-contact:hover #phone-text {
  display:none;
}
#phone-no {
  display:none;
}
.contact-widget .phone-contact:hover #phone-no {
  display:inline-block;
}

.contact-widget button .fa {
  float:right;
  margin-top: 4px;
}
.contact-widget .note-title-contact {
  margin-top:10px;
  font-size:0.9rem;
  font-weight:700;
}
.contact-widget .note-text-contact {
  margin-top:-12px;
  font-size:0.8rem;
}



.services-widget p {
    color: #fff;
    font-size: 1rem;
}
.services-widget p:hover {
  font-weight: 700;
}
.services-widget ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
}
.services-widget li {
  font-size: 1rem;
  margin-bottom: 4px;
}
.services-widget li a {
  color: #fff;
}
.services-widget li:hover {
  font-weight: 700;
}

.social-widget i {
  color:#fff;
  font-size: 2.5rem;
}
.social-widget p {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  vertical-align: middle;
  color: #fff;
  margin: 0 0 1.12rem 10px;
}
.social-widget p:hover {
  font-size: 1.5rem;
}

#footer-sidebar4 {
  padding:0;
  display: none;
}



/*---- END WIDGET BLOCK SECTION ----*/








/*---- START CONTACT US SECTION ----*/

.contact .body-copy h1:nth-child(1), .about .body-copy h1:nth-child(1){
  margin-top: 0;
}


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

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

#brochure-image {
  width: 100%;
}

button, .blog-page .prev-posts-link a, .blog-page .next-posts-link a, .nav-previous a, .nav-next a{
  background:#2991d6;
  color:#fff;
  padding:.7rem 1.7rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border:solid 1px #535353;
  font-size: 0.8rem;
  text-transform:uppercase;
}

.contact button {
  width:100%;
  margin-bottom: 15px;
}

.contact h2 {
  color:#2c2c2c;
}



/*---- END CONTACT US SECTION ----*/



/*---- START FAQ US SECTION ----*/

.faq .body-copy .gap:nth-child(1){
  height: 0;
}
.category {
  padding-bottom:20px;
  border-bottom:solid 1px #ccc;
}
.question {
  border-bottom: solid 1px #eee;
}
.question h3 {
  color: #8d8f91;
  text-transform: uppercase;
}
.question h3, .question, .category {
  position: relative;
}
.question i {
  position:absolute;
  top:1px;
  right:10px;
  font-size: 1.6rem !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color:#2c2c2c;
}
.question .xpand {
  transform:rotate(180deg);
  color: #2991d6;
}
.gap {
  height:20px;
  display:block;
}

/*---- END FAQ US SECTION ----*/



/*---- Start SPECIALISTS SECTION ----*/
.grid {
  border: 0px solid #333;
  margin: 0 auto;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.element-item {
/*  position: relative;
  float: left;
  width: 150px;
  height: 200px;
  margin: 5px;
  padding: 10px;
  background: #888;
  color: #262524;*/
}
.element-item > * {
/*  margin: 0;
  padding: 0;*/
}
.specialist-page .form-control {
    background: #fff;
    width: 100%;
}
.selector-bar {
    background: #e5e5e5;
    padding: 15px;
}
.specialist-page .show_social_share_icons {
    margin-bottom: 3rem;
}


.icon-block {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  /*padding: 1rem 0.5rem 0.1rem;*/
  padding: 1rem 0.5rem 2rem;
  margin: 1.5rem 0;
  height: 80%;
}
.icon-block .icon {
    display: inline-block;
    width: 26%;
    font-size: 4.5rem;
    color: #2991d6;
    vertical-align: top;
    margin-top: -10px;
}
.icon-block .icon-text {
  display: inline-block;
  width: 100%;
}

/*select#specialist-select1 option:nth-last-of-type(1), select#specialist-select2 option:nth-last-of-type(1) {
  display:none;
}*/


/*---- END SPECIALISTS SECTION ----*/


/*---- START OUR STAFF SECTION ----*/

.staff-box {
  border: solid 1px #ccc;
  padding: 5px;
  /*height: 100%;*/
  margin: 15px 0;
}

.staff-photo {
  max-width: 100%;
}

/*.staff-info {
  width: 65%;
  display: inline-block;
  vertical-align: top;
}*/
.staff-email, .staff-linkedin {
  float: right;
  margin: 0px 5px;
}

/*---- END OUR STAFF SECTION ----*/




/*---- START TEXT CAROUSEL SECTION ----*/
#carousel-example-generic {
  border-top:solid 1px #ccc;
  border-bottom:solid 1px #ccc;
}
.carousel-indicators li {
  background-color:#8d8f91;
  border: 0px solid #8d8f91;
}
.carousel-indicators .active {
  background-color:#8d8f91;
  border: 1px solid #8d8f91;
}
.carousel-indicators {
    bottom: -3px;
}
.carousel-item {
  width: 100%;
  height: auto;
  padding:20px 2rem 40px;
}
.carousel-control {
  text-shadow: none;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
/*    color:#000;
    margin-top: 40px;
    font-size: 35px;*/
    display:none;
}
.carousel-control.left, .carousel-control.right {
  background:none;
}

.quote {
  position: relative;
}
#carousel-example-generic .carousel-content .fa, 
.block-quote .fa {
    font-size: 1.3rem;
    position: absolute;
    color: #545454;
}
.block-quote .fa {
    font-size: 1.6rem;
}
#carousel-example-generic .carousel-content .fa-quote-left,
.block-quote .fa-quote-left {
    top: -4px;
    left: -25px;
}
#carousel-example-generic .carousel-content .fa-quote-right,
.block-quote .fa-quote-right{
    bottom: -4px;
    right: -25px;
}
/*---- END TEXT CAROUSEL SECTION ----*/




/*---- START PRESS KIT SECTION ----*/
.presskit-page .download-btn i {
  font-size: 6rem;
}
.presskit-page .download-btn {
  text-align: left;
  font-size: 1.1rem;
  cursor: pointer;
}
.presskit-page article, .careers-page .benefits {
    border: solid 1px #ccc;
    padding: 1rem;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
    margin-bottom: 1.5rem;
}
.edit-link, .comments-link {
    display: block;
}
.btn-secondary {
    color: #2991d6;
    background-color: #fff;
    border-width: 0;
    padding: 0rem;
}

/*---- END PRESS KIT SECTION ----*/



/*---- START CAREERS SECTION ----*/


.careers-page article {
  border-bottom:solid 1px #ccc;
  padding-bottom: 0.5rem;
}


#main article {
    margin-bottom: 1rem;
    border-bottom: solid 1px #ccc;
    padding: 3rem 0 2rem;
}



/*---- END CAREERS SECTION ----*/


/*---- START SERVICES SECTION ----*/

.block-quote {
  /*border: solid 1px #ccc;*/
  width:90%;
  max-width:500px;
  margin: 2rem auto;
  text-align: center;
  color: #2991d6;
  position:relative;
}

.block-quote h2 {
    font-style: italic;
}

.services-page .form-control {
    background: #fff;
}

.services-page .show_social_share_icons {
    margin-bottom: 3rem;
}

.our-partners {
    margin-top:4rem;
}





.owl-dots {
  text-align: center;
}
.owl-dot {
  vertical-align: middle;
}

.owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-controls .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #8d8f91;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-controls .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}
.owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-controls .owl-nav {
  display:none;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 4px;
  background: #8d8f91;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  //background: #8d8f91;
  width: 12px;
  height: 12px;
}





/*---- END SERVICES SECTION ----*/



/*---- START BLOG SECTION ----*/

.blog-page .article-img img {
  width:100%;
}

.blog-page article {
  border-bottom: solid 1px #ccc !important;
  padding-bottom: 0.5rem !important;
  margin-bottom: 3rem !important;
  padding: 0rem 0 2rem !important;
}

.blog-page .prev-posts-link, .blog-page .next-posts-link, .nav-links .nav-next, .nav-links .nav-previous {
  float: left;
  margin-left: 4px;
}
.blog-page .prev-posts-link a, .blog-page .next-posts-link a, .nav-links a {
  text-decoration: none;
  color:#fff;
}
.blog-page .prev-posts-link a:before, .nav-previous a:before {
  font-family: FontAwesome;
  content:"\f053";
  margin-right: 3px;
}
.blog-page .next-posts-link a:after, .nav-next a:after {
  font-family: FontAwesome;
  content:"\f054";
  margin-left: 3px;
}

.blog-page .prev-next-posts {
  clear: both;
  padding: 0rem 0 1.5rem;
}



#secondary aside {
  border-bottom: solid 1px #ccc;
  padding: 0rem 0 3rem;
  margin-bottom: 2rem;
}
#secondary aside ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#secondary aside ul li a:hover {
  background: #ccc;
}
#secondary aside ul li a {
  color: #545454;
  padding: 0.5rem;
  display:block;
}

.posts-navigation .screen-reader-text, .blog-page .screen-reader-text{
  display:none;
}

/*---- END BLOG SECTION ----*/

/*---- START OUR SERVICES SECTION ----*/
.our-servises-page {
    padding: 0.5rem 1.5rem 0rem;
}


/*---- END SERVICES SECTION ----*/




/*---- START WHY US SECTION ----*/


.why-us-page .icon-block {
    padding: 1rem 0.5rem 1.1rem;
}

/*---- END WHY US SECTION ----*/





/*---- START INFUSIONSOFT FORMS ----*/

.form-box {
  background:#e5e5e5;
  padding:2rem
}

.form-box input, .form-box textarea {
  width:100%;
  border-radius:4px;
  border:0;
  padding:0.5rem;
  margin:0 0 1rem;
}
.form-box .infusion-submit input {
  padding:0.5rem;
  margin:1rem 0 1rem;
  background-color:#2991d6;
  color:#fff;
}
.form-box .infusion-option lable, .form-box .infusion-option input {
  display:inline-block;
}
.form-box .infusion-option input {
 width:25px; 
}
.form-box .infusion-option {
    width: 45%;
    display: inline-block;
    min-width: 170px;
}

.form-box select {
    width: 100%;
    border-radius: 4px;
    border: 0;
    padding: 0.5rem;
    margin: 0 0 1rem;
    height: 40px;
}

/*---- END INFUSIONSOFT FORMS ----*/






/*Small devices (landscape phones, 544px and up)*/
@media (min-width: 544px) {
  html {
    /*font-size:12px;*/
  }
  .profile-inner {
      /*bottom: -57px;*/
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  html {
    /*font-size:13px;*/
  }
  .profile-inner {
    /*bottom: -59px;*/
  }
  .video-inner {
    padding: 0 0 14% 14%;
  }
  .blank-sky:after {
    content: "";
    display: block;
    padding-bottom: 55%;
  }
  .blank-sky .inner {
    padding: 14% 30% 14% 7%;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  html {
    font-size:15px;
  }
  .mobile {
    display:none;
  }
  .desktop {
    display:block;
  }
  .black-footer-left{
    text-align: left;
  }
  .black-footer-right{
    text-align: right;
  }
  .profile-inner {
      /*bottom: -63px;*/
  }
  .video-inner {
    padding: 0 0 9% 9%;
  }
  .video-holder{
    padding: 340px 0;
  }
  .small-holder.video-holder{
    padding: 220px 0;
  }
  #footer-sidebar4 {
    display: block;
  }
  .blank-sky:after {
    content: "";
    display: block;
    padding-bottom: 80%;
  }
  .blank-sky .inner {
    padding: 14% 30% 14% 14%;
  }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  html {
    font-size:16px;
  }
  .container {
    max-width: 1600px;
  }
  .profile-inner {
    /*bottom: -68px;*/
  }
  .video-inner {
    padding: 0 0 4.66666666667% 4.66666666667%;
  }
  .small-holder.video-holder{
    padding: 280px 0;
  }
  .icon-block .icon-text {
    width: 72%;
  }
}
@media (min-width: 1350px) {

}


/*Extra small devices (portrait phones, less than 544px)*/
@media (max-width: 543px) { ... }

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {

}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) { 

}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) { 

}

@media (max-width: 1399px) {

}



























