/****** PLACE YOUR CUSTOM STYLES HERE ******/

@media (min-width: 421px) {
.logo{ 
	max-height: 140%;
	}
}	

@media (max-width: 420px) {
.logo{ 
	max-height: 100%;
	}
}	
	
.bg-dark {
	background: #003366;
}

.nav-bar {
	height: 90px; 
	max-height: 90px; 
	line-height: 87px; 
}

 .module.widget-handle {
    border-left: none;
    border-top: 1px solid #ccc;
    line-height: 90px;
    min-height: 90px;
  }


.ul-indent {
	padding-left: 25px;
	list-style-type: square;
  }
  
  
.custom-bullet li {
    display: block;
}

.custom-bullet li:before
{
    content: "\e013";
    font-family: 'Glyphicons Halflings';
	font-size: 10px;
    margin-top: 4px;
	padding-right: 5px;
    color: #f9ad19;
}

.hr-secondary {
  border: none;
  border-top: 1px solid rgba(249, 173, 25, 0.6);
  margin: 0 0 8px 0;
  width: 100%;
}

.h1-large {
  font-size: 72px;
  line-height: 80px;
  font-weight: 100;
}



.bg-modal-dark {
background: #292929;}


.bg-dark .feature.bordered {
  border-color: rgba(249, 173, 25, 0.6);
}


/*! -- Processes -- */
.process-1 {
  padding: 3.71428571em 0;
  position: relative;
  overflow: hidden;
}
.process-1 .process__item {
  width: 50%;
}
.process-1 .process__item:not(:last-child) {
  margin-bottom: 1.85714286em;
}
.process-1:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #f9ad19;
}
.process__item {
  position: relative;
}
.process__item:after {
  content: '';
  width: 1.85714286em;
  height: 1.85714286em;
  background: #fff;
  border: 2px solid #f9ad19;
  border-radius: 50%;
  position: absolute;
  top: 0;
  margin-left: 1px;
}
@media all and (min-width: 768px) {
  .process-1 .process__item:nth-child(odd) {
    text-align: right;
    padding-right: 3.71428571em;
  }
  .process-1 .process__item:nth-child(odd):after {
    right: -0.92857143em;
  }
  .process-1 .process__item:nth-child(even) {
    margin-left: 50%;
    padding-left: 3.71428571em;
  }
  .process-1 .process__item:nth-child(even):after {
    left: -0.92857143em;
  }
}
@media all and (max-width: 767px) {
  .process-1:before,
  .process-2:before {
    left: 0.92857143em;
  }
  .process-1 .process__item,
  .process-2 .process__item {
    width: 100%;
    padding-left: 3.71428571em;
  }
  .process-1 .process__item:after,
  .process-2 .process__item:after {
    left: 0;
  }
}
.bg--dark .process-1:before,
.imagebg .process-1:before,
.bg--dark .process-2:before,
.imagebg .process-2:before {
  background: #fff;
}
.bg--dark .process-1 .process__item:after,
.imagebg .process-1 .process__item:after,
.bg--dark .process-2 .process__item:after,
.imagebg .process-2 .process__item:after {
  background: #fff;
}
.bg--dark .process-1 .process__item:after,
.bg--dark .process-2 .process__item:after {
  border-color: #252525;
}
.process-2 {
  position: relative;
}
.process-2 .process__item {
  padding-top: 3.71428571em;
}
.process-2 .process__item:after {
  display: inline-block;
  text-align: center;
}
.process-2:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0.92857143em;
  left: 0;
  background: #f9ad19;
}
@media all and (max-width: 767px) {
  .process-2:before {
    height: 100%;
    width: 2px;
    left: 1.85714286em;
    margin-left: 2px;
  }
  .process-2 .process__item:after {
    top: 3.71428571em;
  }
}