header {
  position: relative;
  width: 100%;
  min-height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  /*background-image: url('../images/header.jpg');*/
  background-image: url('../images/greybackgroundnowood.jpg');
  background-attachment: fixed;
  margin: 0px;
  padding: 0px;
}

@media (min-width: 768px) {
  .main_logo_css {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-right: 200px;
    padding-left: 200px;
  }
}

section {
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  margin: 0px;
  padding: 0px;
}
/* margin and padding 0 removes white spaces at top of header */


.flex {
  display: flex;
  align-items: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.pad-top-bottom {
  padding-top: 30px;
  padding-bottom: 60px;
}

.pad-bottom {
  padding-bottom: 30px;
}

.pad-top {
  padding-top: 30px;
}

.blue-background {
  background-color: #40a4e0;
}

.white-background {
  background-color: #ffffff;
}

.faq-pad-top-bottom {
  padding-top: 25px;
  padding-bottom: 50px;
}

.img-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn-xlarge {
    padding: 10px 28px;
    font-size: 25px; //change this to your desired size
    line-height: normal;
    background-color: #40a4e0;
}

.indexPage_feature-icon {
  margin:auto;
  height:70px;
  padding-top: 35px
}

.indexPage_feature-icon-squashed {
  margin:auto;
  height:70px;
  /*width: 110px;*/
  padding-top: 43px;
/*
  padding-right: 70px;
  padding-left: 70px;*/
}

/*.indexPage_feature-icon:hover {
  transition: all .2s ease-in-out;
  transform: scale(1.05);
}*/

.expand_onHover:hover {
  transition: all .2s ease-in-out;
  transform: scale(1.03);
  /*background-color: #fafafa;*/
  border-radius: 7px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.indexPage_features-link {
  color: #656565;
}

.indexPage_features-link:hover {
  color: #409ad4;
  text-decoration-line: none;
}


.featuresPage_feature-icon {
  margin:auto;
  height:120px;
  padding-top: 35px;
}

.featuresPage_feature-image-med {
  margin:auto;
  height:180px;
  padding-top: 35px;
}

.featuresPage_feature-image-lg {
  margin:auto;
  height:300px;
  padding-top: 35px;
  /*padding-bottom: 35px;*/
}

.featuresPage_feature-image-lg-rounded {
  margin:auto;
  height:280px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 50%
}


.featuresPage_feature-image-sm {
  margin:auto;
  padding-top: 35px;
  padding-left:30px;
  padding-right:30px
}

.featuresPage_feature-image-growthPath {
  margin:auto;
  padding-top: 40px;
  padding-left:35px;
  padding-right:35px;
  padding-bottom: 40px;
}

.features-row-padding {
  padding-top: 45px;
}

.css_popoverOnGlyph:hover, .css_popoverOnGlyph:visited, .css_popoverOnGlyph:link, .css_popoverOnGlyph:active {
  color:lightgrey;
  text-decoration: none;
}

.circle-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f5f5f5;
  /*width: 50%;*/
  margin: 0 auto;
}

.circle-icon .blue {
  background-color: blue;
}

.btn-info {
  background-color: #40a4e0;
  border-color: #40a4e0;
}

.btn-info:focus {
  background-color: #40a4e0;
  border-color: #40a4e0;
}

.btn-info:hover {
  background-color: #409ad4;
  border-color: #409ad4;
}

.btn-secondary {
  color: white;
  background-color: #56E39F;
  border-color: #56E39F;
}

.btn-secondary:focus {
  color: white;
  background-color: #56E39F;
  border-color: #56E39F;
}

.btn-secondary:hover {
  color: white;
  background-color: #4FCF91;
  border-color: #4FCF91;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #409ad4;
}
a:hover,
a:focus {
  color: #337DAE;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-variant: normal;
  font-weight: 100;
}

h1 {
  font-size: 40px;
	line-height: 50px;
}

h2 {
  font-size: 30px;
	line-height: 42px;
}

h3 {
  line-height: 42px;
}

h4 {
  line-height: 25px;
}

maxprofiles-dropdown {

}

/*maxprofiles-dropdown .dropdown {
  display: inline-block;
}*/

.features-heading {
  color:#656565;
  line-height: 1.45;
}

.features-subheading {
  color:#959595;
  line-height: 1.45;

}

.features_faq {
  color:#ffffff;
}

.dark-grey {
  color: #656565;
}

.light-grey {
  color: #959595;
}

.white {
  color: white;
}

.red {
  color: red;
}

.black {
  color: black;
}

/*Font weights*/


/* NAV BAR CSS */

.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #409ad4;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #959595;
  text-transform: uppercase;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #f5f5f5;
}


.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #959595;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #409ad4;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #409ad4 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}

@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    /*background-color: rgba(255, 255, 255, 0.9);*/
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(120, 120, 120, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(120, 120, 120, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #409ad4;
  }
  .navbar-default.affix {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #409ad4;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #959595;

  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #409ad4;
  }
}

.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #409ad4;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #959595;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #959595;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.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 {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #959595;
}
.btn-primary {
  color: white;
  background-color: #F05F40;
  border-color: #F05F40;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.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 {
  background-color: #F05F40;
  border-color: #F05F40;
}
.btn-primary .badge {
  color: #409ad4;
  background-color: white;
}

/*.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}*/

.rounded-btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}

.rounded-image {
  border-radius: 50%;
}

.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: green;
  text-shadow: none;
  background: #959595;
}
::selection {
  color: green;
  text-shadow: none;
  background: #959595;
}

img::selection {
  color: green;
  background: transparent;
}
img::-moz-selection {
  color: green;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #959595;
}

.css_features_section {

}

.lightGrey-background {
  background-color: #F6F8F8;
}

.bouncing-arrow {
  color: #959595;
  white-space: nowrap;
  font-size: 4rem;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  transform: translateY(0);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 750ms ease-in-out;
  -ms-transition: all 750ms ease-in-out;
  -o-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
}

/* this sets the position of the arrow when it's up, so it will move up or down by 14px when you add or remove this class */
.lift {
  transform: translateY(10px);
}
/*-----------*/
