/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Helvetica Neue',Arial,sans-serif;
    padding-top: 40px;
}

hr {
    max-width: 50px;
    border-color: #059C9A;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

hr.full {
  max-width: 90%;
  border-color: #ccc;
  border-width: 2px;
  padding-bottom: 30px;
}

a {
    color: #059C9A;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #059C9A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hero .h1 {
  font-size: 42px;
}

p {
  font-size: 16px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #7f8c8d;
}

h3 {
  font-size: 30px;
  font-weight: normal;
  color: #304C63;
  font-weight: 300;
  margin-bottom: 24px;
}

h6 {
  margin: 0 0 13px;
  font-size: 24px;
  font-weight: normal;
  color: #34495e;
  font-weight: 500;
  text-transform: none;
}

.navbar-right {
  margin-right: 20px;
}

.navbar {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.bg-primary {
    background-color: #fff;
    color: #174A74;
    margin-bottom: -40px;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.bg-grey_blue {
  background-color: #F5F8FA;
}

.bg-grey_green {
  background-color: #e6f4ef;
}


.text-faded {
    color: rgba(255,255,255,.9);
    font-size: 18px;
}

section {
    padding: 70px 0;
}

.notop_pad {
  padding-top: 0px;
}

.nobot_pad {
  padding-bottom: 0px;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.padding20 {
    padding: 20px;
}

.margin20 {
  margin: 20px;
}
.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #059C9A;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #059C9A;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #53799b;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);

    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
        color: #53799b;
        font-size: 26px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #059C9A;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,.7);
        font-size: 14px;
        color: #53799b;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #059C9A;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 20px;
        color: #53799b;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
      color: #059C9A;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #53799b;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #059C9A;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: 350px;
    max-height: 650px;
    text-align: left;
    color: #fff;
    /*  background image url defined in yaml front matter */
    opacity: 85;
    filter: alpha(opacity=8500);
    opacity: 0.85;
    filter: alpha(opacity=85);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
}
7
header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {

    header .header-content {
        position: absolute;
        top: 70%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin: 0 0 30px 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
    color: #fff;
}

.text-primary {
    color: #059C9A;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #059C9A;
    color: #fff;
    background-color: #059C9A;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #059C9A;
    color: #fff;
    background-color: #059C9A;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #059C9A;
    background-color: #059C9A;
}

.btn-primary .badge {
    color: #059C9A;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

.btn-slim {
    padding: 5px 15px;
    margin-left: 20px;
    color: #fff;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

/*  below cuts off images at the browser edge and doesn't show a scrollbar */
@media (min-width: 960px) {
    body {
       overflow-x: hidden;
    }
}


/*for pricing table */

.pricing {
  text-align: center;

}

.panel-bridge {
  width: 50%;
 margin: 0 4% 0 4%;
  padding: 0 10px 20px 10px;
  display: inline-block;
  max-width: 300px;
  min-height: 745px;
  clear: none;
  vertical-align: top;
  background: #d5ede8;

}

.panel-mainprice {
  width: 56%;
  margin: 0 4% 0 4%;
  padding: 60px 10px 60px 10px;
  display: inline-block;
  max-width: 300px;
  clear: none;
  vertical-align: top;
  background: #53799B;
  color: #fff;
  h1 {
    color: #fff;
  }
  h2 {
    color: #fff;
  }
}

.small {
  font-size: 14px;
  margin-top: 10px;
}

.price {
  margin-bottom: 30px;
}

.panel-who-for {
  min-height: 120px;
}
.panel {
  width: 30%;
  margin: 0 1% 0 1%;
  padding-top: 0;
  display: inline-block;
  max-width: 300px;
  min-width: 250px;
  clear: none;
  padding-bottom: 3em;
  vertical-align: top;
  background: #EEFCF9;
}

.panel hr {
  background: #fff;
  margin: 0 20px;
}

.panel-bridge hr {
  background: #fff;
  margin: 0 10 0 10;
}

.panel_highlighted {
  background: #53799B;
  color: #fff;
  h1 {
    color: #fff;
  }
  h2 {
    color: #fff;
  }
}

.panel_top {
  padding: 20px 0 20px 0;
}
.main_panel {
  padding-top: 5px;
  min-height: 190px;
}

.panel_bottom_left {
}

.panel_bottom_right {

}

.amount {
  font-size: 52px;
  padding: 20px 0 15px 0;
}


.pricing {
  margin-top: 40px;
}


.priceblock_new {
  width: 25%;
  min-width: 245px;
  margin: 0px;
  display: inline-block;
  padding-bottom: 3em;
  vertical-align: top;
  background: #fff;
}

.priceblock_large {
  width: 30%;
  margin-top: -23px;
}


.priceblock {
  width: 19%;
  margin: 0px;
  display: inline-block;
  padding-bottom: 3em;
  vertical-align: top;
  background: #fff;
  min-width: 160px;
  max-width: 210px;
}

.priceblock_top hr {
  background: #fff;
  border-color: #fff;
  border-width: 1px;
  margin: 0 20px;
  max-width: 100%;
}


.priceblock_top {
  padding: 30px 5px 30px 5px;
  min-height: 190px;
  background: #53799B;
  color: #fff;
  h1 {
    color: #fff;
  }
  h3 {
    color: #fff;
  }
}

.priceblock_top p {
  color: #fff;
}


.priceblock_main {
  padding: 25px 5px 25px 5px;
  background: #fcf5e8;
  min-height:410px;
  color: #000;
}

.priceblock_bottom {
  background: #fcf5e8;
  padding: 0px 5px 25px 5px;
  height: 80px;
}

.priceblock_amount {
  font-size: 42px;
  padding: 20px 0 15px 0;
}


.most_popular {
  background: #7DA7C6;
}

.most_popular h1 {
  font-size: 48px;
}
.most_popular p {
  font-size: 22px;
}

.gap-top50 {
  margin-top: 50px;
}

.margin_top_10 {
  margin-top: -10px;
}

.narrow {
  margin-bottom: -20px;
}

.testimonial {
  font-size: 24px;
  font-style: italic;
  color: #7f8c8d;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  font-weight: 300;
}

.ital {
  font-style: italic;
}

.cust_quote {
  font-size: 16px;
  font-style: italic;

}

.attribution {
  font-style: normal;
  font-weight: bold;
}


/* blog styles */

.head {
	padding-top: 30px;

}

.blog a {
  text-decoration: none;
}

.blog h1 {
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Helvetica Neue',Arial,sans-serif;
	color: #333;
	font-size: 32px;
	line-height: 38px;
  margin-top: 30px;
}

.post-date {
	background-color: #53799B;
  padding: 5px 0;
	text-align: center;
	width: 200px;
	margin: 10px 0 30px 0;
  border-radius: 20px;
}

.post-date p {
	color: #FFFFFF;
	margin: 0px;
}

.blog hr {
	margin: 40px 0 40px 0;
}

.blog img {
	padding: 25px 0 25px 0;
}

.entry {
  padding: 40px 0 80px 0;
}

/*  end of blog entries */

.space {
  margin-top: 30px;
}

.quotes {
  font-style: italic;
}

ul {
  text-align: left;
}

li {
  font-size: 16px;
  color: #7f8c8d;
  padding-bottom: 5px;
}

.topalign {
  margin-top: -40px;
}

.profile_header {
  padding: 40px 0 20px 0;
}

/* css for feature landing pages  */

.feature-heading {
  font-size: 26px;
  line-height: 36px;
}


.outline {
  border: 3px solid #ccc;
}

.alert_bar {
  min-height: 20px;
  margin-top: 20px;
  width: 100%;
  background-color: #FFB569;
  color: #fff;
}
