/* Move down content because we have a fixed navbar that is 50px tall */

/* Proxima Nova */
@font-face {
    font-family: 'Proxima Nova';
    src: url('Proxima Nova.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Proxima Nova */
@font-face {
    font-family: 'Proxima Nova';
    src: url('Proxima Nova Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

body {
  padding-top: 100px;
  padding-bottom: 20px;
  font-family: 'Proxima Nova', 'Roboto', sans-serif;
  font-size: 16px;
  color: #686868;
}

.form-control{
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
}

 textarea.form-control {
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 20px;
}

.input-group-addon {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

a {
  color: #72CAFF;
}

a:hover {
  color: #0094ED;
}

.jumbotron {
  background-color: #72CAFF;
  color: white;
}

.jumbotron-blue {
  background-color: #72CAFF;
  color: #4e4e4e;
}

.jumbotron-main {
  height: 500px;
}

.jumbotron-white {
  padding-bottom: 30px;
}

.banner-one {
  height: 500px;
  text-align: center;
}

.banner-one-text {
  font-size: 64px;
  font-weight: lighter;
  padding-top: 170px;
  padding-bottom: 170px;
}

.banner-two {
  height: 20px;
  padding-top: 10px;
  padding-bottom: 48px;
}

.banner-two-text {
  font-size: 24px;
  /*font-weight: 600;*/
  /* gone */
}

.content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-two li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-blue {
  color: #72CAFF;
}

.action-sec {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.action-sec button {
  font-size: 18px;
}

.content p, .content-two p {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
}

.jumbotron-inverse {
  background-color: #F7F6F6;
  color: #72CAFF;
}

#testimonials {
  height: 300px;
}

.carousel-container {
   width:100%;
   padding:0 0 0 0;
   border-radius:0px;
}

.jumbo-text {
  padding-top: 100px;
  padding-bottom: 100px;
  height: 450px;
}

.button-group {
  padding-top: 15px;
}

.navbar-inverse {
  background-color: white;
  border-color: white;
}

.navbar-default .navbar-toggle {
  border-color: #72CAFF;
}

button.navbar-toggle.collapsed {
  border-color:#72CAFF;
  background-color:white;
}

button.navbar-toggle.collapsed:hover {
  border-color:#007BC5;
  background-color:white;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #72CAFF;
}

.navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px
}

.btn-white {
  background-color: #72CAFF;
  border-color: white;
  border-radius: 100px;
}

.btn-primary:hover {
  /*background-color: #72CAFF;*/
  background-color: #224E73;
  border-color:#0094ED;
  color: white;
}

.btn-fill {
  border-radius: 100px;
  border-color: #72CAFF;
  background-color: #72CAFF;
  color: white;
  margin-top: 8px;
}

.btn-fill:hover {
  border-color:#007BC5;
  background-color:#007BC5;
  color: white;
}

.desc {
  color: #B5B5B5;
  text-align: center;
}

.subheading {
  color: #72CAFF;
  text-align: center;
}

.icon {
  color: #72CAFF;
  text-align: center;
}

.btn-signup {
  border-radius: 100px;
  border-color: #72CAFF;
  background-color: #FFFFFF;
  color: #72CAFF;
  margin-top: 8px;
}

.btn-signup:hover {
  border-color:#007BC5;
  color: #007BC5;
}

.btn-signup:focus {
  /*color: red;*/
  color: #3bb5ff;
}

.btn-signup-header {
  border-radius: 100px;
  border-color: #72CAFF;
  background-color: #FFFFFF;
  color: #72CAFF;
  padding-top: 0px;
  padding-bottom: 0px;
}

.btn-signup-header:hover {
  border-color: #007BC5;
  color: #007BC5;
}

.btn-signup-header:focus {
  color: red;
}

.navbar-default {
  background-color: white;
  border-color: white;
  height: 100px;
}
.navbar-default .navbar-nav > li > a {
  color: #72CAFF;
}

.navbar-default .navbar-nav > li > a:focus {
  color: #72CAFF;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #007BC5;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: white;
  color: #007BC5;
}

#navbar.navbar-collapse.collapse {
  padding-top: 25px;
  padding-bottom: 25px;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.row-nomargin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.row-centered {
    text-align:center;
}

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:center;
    /* inline-block space fix */
    margin-right:-4px;
}

.col-fixed {
    /* custom width */
    width:320px;
}

#testimonials {
  text-align: center;
}

#quote {
  font-style: italic;
}

.plan {
  color: #646464;
  font-size: 18px;
}

.pricing {
	text-align: center;
	border: 1px solid #f0f0f0;
	color: #777;
	font-size: 14px;
	padding-left: 0;
	margin-bottom: 30px;
  border-radius: 7px;
  background-color: white;
}

.pricing li:first-child,
.pricing li:last-child {
	padding: 20px 13px;
}

.pricing li {
	list-style: none;
	padding: 13px;
}

.pricing li + li {
	border-top: 1px solid #f0f0f0;
}

.pricing big {
	font-size: 32px;
}

.pricing h3 {
	margin-bottom: 0;
  font-size: 36px;
}

.pricing span {
	font-size: 12px;
	color: #999;
	font-weight: normal;
}

.pricing li:nth-last-child(2) {
	padding: 30px 13px;
}

.pricing button:hover {
	opacity: .9;
}

input {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: none;
}

#partners {
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}

.partner-logo {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}

[class^='select2'] {
  border-radius: 20px !important;
}

.select2-selection__rendered {
  line-height: 32px !important;
}

.select2-selection {
  height: 34px !important;
}

.select2-selection__arrow {
  top: 4px !important;
}

.question {
  font-size: 18px;
}

.navbar-header {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (max-width : 768px) {
  #navbar {background-color: white;}
  .navbar-header {padding-bottom: 0px}
}
