@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600);
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Mixins
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Mobile */
/* Non-mobile */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Color
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bg-yellow {
  background: #f0ca45 !important; }

.bg-yellow-gradient {
  background: #f0ca45;
  background: -moz-linear-gradient(top, #f0ca45 0%, #c0980f 100%) !important;
  background: -webkit-linear-gradient(top, #f0ca45 0%, #c0980f 100%) !important;
  background: linear-gradient(to bottom, #f0ca45 0%, #c0980f 100%) !important; }

.bg-green {
  background: #53b162 !important; }

.bg-green-gradient {
  background: #53b162;
  background: -moz-linear-gradient(top, #53b162 0%, #316d3b 100%) !important;
  background: -webkit-linear-gradient(top, #53b162 0%, #316d3b 100%) !important;
  background: linear-gradient(to bottom, #53b162 0%, #316d3b 100%) !important; }

.bg-blue {
  background: #4096ee !important; }

.bg-blue-gradient {
  background: #4096ee;
  background: -moz-linear-gradient(top, #4096ee 0%, #1063b8 100%) !important;
  background: -webkit-linear-gradient(top, #4096ee 0%, #1063b8 100%) !important;
  background: linear-gradient(to bottom, #4096ee 0%, #1063b8 100%) !important; }

.bg-light-blue {
  background: #23b7e5 !important; }

.bg-light-blue-gradient {
  background: #23b7e5;
  background: -moz-linear-gradient(top, #23b7e5 0%, #117391 100%) !important;
  background: -webkit-linear-gradient(top, #23b7e5 0%, #117391 100%) !important;
  background: linear-gradient(to bottom, #23b7e5 0%, #117391 100%) !important; }

.bg-dark-blue {
  background: #303e49 !important; }

.bg-dark-blue-gradient {
  background: #303e49;
  background: -moz-linear-gradient(top, #303e49 0%, #080a0b 100%) !important;
  background: -webkit-linear-gradient(top, #303e49 0%, #080a0b 100%) !important;
  background: linear-gradient(to bottom, #303e49 0%, #080a0b 100%) !important; }

.bg-red {
  background: #d9534f !important; }

.bg-red-gradient {
  background: #d9534f;
  background: -moz-linear-gradient(top, #d9534f 0%, #a02622 100%) !important;
  background: -webkit-linear-gradient(top, #d9534f 0%, #a02622 100%) !important;
  background: linear-gradient(to bottom, #d9534f 0%, #a02622 100%) !important; }

.bg-white {
  background: #ffffff !important; }

.bg-gray {
  background: #555555 !important; }

.bg-gray-gradient {
  background: #555555;
  background: -moz-linear-gradient(top, #555555 0%, #222222 100%) !important;
  background: -webkit-linear-gradient(top, #555555 0%, #222222 100%) !important;
  background: linear-gradient(to bottom, #555555 0%, #222222 100%) !important; }

.bg-light-gray {
  background: #dddddd !important; }

.bg-light-gray-gradient {
  background: #dddddd;
  background: -moz-linear-gradient(top, #dddddd 0%, #aaaaaa 100%) !important;
  background: -webkit-linear-gradient(top, #dddddd 0%, #aaaaaa 100%) !important;
  background: linear-gradient(to bottom, #dddddd 0%, #aaaaaa 100%) !important; }

.bg-lighter-gray {
  background: #f6f8f8 !important; }

.bg-lighter-gray-gradient {
  background: #f6f8f8;
  background: -moz-linear-gradient(top, #f6f8f8 0%, #bdcbcb 100%) !important;
  background: -webkit-linear-gradient(top, #f6f8f8 0%, #bdcbcb 100%) !important;
  background: linear-gradient(to bottom, #f6f8f8 0%, #bdcbcb 100%) !important; }

.bg-dark-gray {
  background: #333333 !important; }

.bg-dark-gray-gradient {
  background: #333333;
  background: -moz-linear-gradient(top, #333333 0%, black 100%) !important;
  background: -webkit-linear-gradient(top, #333333 0%, black 100%) !important;
  background: linear-gradient(to bottom, #333333 0%, black 100%) !important; }

.bg-black {
  background: #000000 !important; }

.bg-brand {
  background: #f6aa1c !important; }

.bg-brand-gradient {
  background: #f6aa1c;
  background: -moz-linear-gradient(top, #f6aa1c 0%, #a56e07 100%) !important;
  background: -webkit-linear-gradient(top, #f6aa1c 0%, #a56e07 100%) !important;
  background: linear-gradient(to bottom, #f6aa1c 0%, #a56e07 100%) !important; }

.bg-brand-secondary {
  background: #95bf20 !important; }

.bg-brand-secondary-gradient {
  background: #95bf20;
  background: -moz-linear-gradient(top, #95bf20 0%, #516811 100%) !important;
  background: -webkit-linear-gradient(top, #95bf20 0%, #516811 100%) !important;
  background: linear-gradient(to bottom, #95bf20 0%, #516811 100%) !important; }

.text-yellow, .text-yellow * {
  color: #f0ca45 !important; }

.text-green, .text-green * {
  color: #53b162 !important; }

.text-blue, .text-blue * {
  color: #4096ee !important; }

.text-light-blue, .text-light-blue * {
  color: #23b7e5 !important; }

.text-dark-blue, .text-dark-blue * {
  color: #303e49 !important; }

.text-red, .text-red * {
  color: #d9534f !important; }

.text-white, .text-white * {
  color: #ffffff !important; }

.text-gray, .text-gray * {
  color: #555555 !important; }

.text-light-gray, .text-light-gray * {
  color: #dddddd !important; }

.text-lighter-gray, .text-lighter-gray * {
  color: #f6f8f8 !important; }

.text-dark-gray, .text-dark-gray * {
  color: #333333 !important; }

.text-black, .text-black * {
  color: #000000 !important; }

.text-brand, .text-brand * {
  color: #f6aa1c !important; }

.text-brand-secondary, .text-brand-secondary * {
  color: #95bf20 !important; }

.text-primary, .text-primary * {
  color: #333 !important; }

/* + + + + + + + + + + */
.home-logo {
  /*margin-right: 0 !important;*/
  margin-top: 30px; }

.intro-title {
  margin-bottom: -30px !important; }

.und {
  text-decoration: underline; }

.nav-logo {
  margin-left: 20px;
  margin-right: 10px;
  max-width: 40px;
  margin-top: -5px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
  color: #555; }

.btn-white, .btn-white:visited {
  color: #ff4081 !important; }

.nav-item .btn-white {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .nav-item .btn-white padding {
    left: 20px !important;
    right: 20px !important; }
  .nav-item .btn-white:hover {
    color: rgba(50, 50, 50, 0.85) !important; }

.card:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05); }

.hide {
  display: none; }

.hero {
  height: 60vh; }
