/*
You can add your own CSS here.



Click the help icon above to learn more.
*/
.btn-wrapper a{
	 text-decoration: none 
}
.btn-wrapper .btn-primary{
	background-image: linear-gradient(-180deg, #60A9D7 0%, #4F98C5 100%);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    font-size: 14px;
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 10px;
		text-align: center;
  	
}
.btn-wrapper .btn-primary:hover{
	 text-decoration: none;
	   background-image: linear-gradient(-180deg, #005a87 0%, #4F98C5 100%);
	  color: #FFFFFF;
}

#top .gform_wrapper ul li.gfield {
  list-style-type: none !important;
}
#service-menu .table-cell:last-child {
	display: none !important
}

.cp-overlay {
    z-index: 100000 !important;
}

#payment-widget-container input {
    border: 1px solid black;
	padding: 5px;
}

/* Bootstrap modifications */

.gfield_label {list-style-type: none}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper select {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    border: 1px solid black;
	line-height: 31px;
}

::marker {display: none !important; content: ""}

#service-content {
    padding: 60px 0 75px 0 !important;
}

.service-feature {
	margin: auto;
	background: #f9f9f9;
	padding:30px;
	margin-bottom: 50px;
	border: 1px solid #ddd
}

.service-feature .req-app {
    background-image: linear-gradient(-180deg, #60A9D7 0%, #4F98C5 100%);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    font-size: 14px;
    color: #FFFFFF !important;
    display: inline-block;
    padding: 8px 10px;
    text-decoration: none !important;
}

#standard-content .container {
	max-width: 768px;
	background: #f6f7f9;
}

#standard-content .row {
	background: #f6f7f9;
}

@media (max-width: 767px) {
	#standard-content {
   	 padding: 40px 10px 0 10px;
	}
	.navbar .nav-right .nav-button {display: none}
}

/* Responsive video embeds */
.video-embed-container { 
	position: relative;
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	height: auto; 
} 

.video-embed-container iframe,
.video-embed-container object,
.video-embed-container embed { 
	position: absolute; 
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}