/* dm-sans-regular - latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dm-sans-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dm-sans-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dm-sans-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dm-sans-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dm-sans-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dm-sans-v10-latin-regular.svg#DMSans') format('svg'); /* Legacy iOS */
}

/* dm-sans-500 - latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/dm-sans-v10-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/dm-sans-v10-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dm-sans-v10-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dm-sans-v10-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dm-sans-v10-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dm-sans-v10-latin-500.svg#DMSans') format('svg'); /* Legacy iOS */
}
    
body{
    font-family: "DM Sans", Helvetica, Arial, Lucida, sans-serif;
    color: #999999;
    font-weight: 400;
    line-height: 1.7em;
    font-size: 14px;
}
h1{
    font-size: 56px;
	color: #333;
	margin-bottom:40px;
    font-weight: 500;
}

h2{
    color: #333333;
	font-weight: 600;
    font-size: 31px;
}
h3{
    color: #333333;
    font-weight: 600;
    font-size: 24px;
}
h4{
	color:#0F87A2;
	margin-bottom:10px;
}
p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.header-wrapper {
	position:relative;
}
.grey-lines-box{
	position: absolute;
    top: 3px;
    height: 34px;
    width: 100%;
	border-top: 1px solid #dcded9;
	border-bottom: 1px solid #dcded9;
}
.h2-padding{
	padding-left: 15px;
}

.jumbotron-orange .h1, .jumbotron-orange h1 {
    color:white;
}

.jumbotron-orange .h2, .jumbotron-orange h2 {
    color:white;
	
}

.jumbotron-orange{
    color:white;
	background-color:#FF9A18;
	display: flex;
	min-height: 300px;
}

.jumbotron-white{
    color: #999999;
    background-color:#ededed;
    min-height: 300px;
    padding-top:80px;
    padding-bottom:80px;
}
.jumbotron-white p{
    font-size: 20px;
}

.jumbotron-white.gradient{
    background-image: linear-gradient(180deg,#ffffff 13%,#ededed 100%) !important;
    padding-bottom: 80px;
}

.container-flex{
	display: flex;
	align-items: center;
}

.flex-center{
	display: flex;
	align-items: center;
}
.no-margin.no-margin{
	margin: 0px;
	padding-left: 60px;
}

.margin-bot.margin-bot{
	margin-bottom: 60px;
	padding-bottom: 40px;
	padding-top: 150px;
	margin-top: 0px;
}
.btn.btn-primary
{
	font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    background-image: none;
    color: #0076ff;
}

.btn.btn-primary::after, .btn.btn-primary::before {
    transition: all 300ms ease 0ms;
    transition-property: all;
    font-size: 28px;
    line-height: 32px;
    content: ">";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}

.btn.btn-primary:hover {
  border-radius: 0px;
  background-color: rgba(0,0,0,.05);
  border: 2px solid transparent;
  padding: .3em 2em .3em .7em;
}

.btn.btn-primary:hover::after {
  opacity: 1;
  margin-left: 10px;
}

.btn-orange.btn-orange{
	color: white;
	background: linear-gradient(to bottom,#FF9A18 0,#FF9A18 100%);
	border-color: #FF9A18;
}
.btn-white.btn-white{
	color: #FF9A18;
	background: linear-gradient(to bottom,white 0,white 100%);
	border-color: white;
}
.text-margin-top{
	margin-top: 40px;
}
.header-top{
	background-color: white;
	color: #fff;
	font-size: 14px;
}
.navbar-header {
    float: left;
    text-align: center;
    width: 100%;

}
.header-top span.glyphicon{
	color: #8694af;
}

.header-top p{
	margin: 0;
	padding-top: 3px;
}
.navbar {
	border:none;
}
.navbar-tiptop{
	background-color: #0076ff;
	color: #153781;
	margin-bottom: 0px;
	border-radius: 0px;
	height:75px;
}
.navbar-toggle .icon-bar {
	background-color: #fff; 
}
.navbar-brand{
	padding-top: 10px;
	float: none;
}
.navbar-brand > img {
	display: inline;
	position: relative;
	z-index: 1;
	width: 220px;
    top: 46px;
}
.navbar-nav > li{
    background-color:#153781;
}
.navbar-nav{
padding-top:15px;
}
.navbar-brand, .navbar-nav > li > a {
    text-shadow: unset; 
    color: #fff;
    font-size: 14px;
}
.navbar-brand, .navbar-nav > li > a:hover {
	text-decoration:underline;
}

.footer-margin{
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.footer-margin p{
    font-size: 16px;
}
.footer-margin a{
    font-size: 16px;
}
.btn-primary  a{
	color:#fff;
}
.btn  a{
	color:#fff;
}
.text1 a:hover {
	text-decoration:none;
	color:black;
}
.text1 a {
	color: #0076ff;
}
.text2 a:hover {
	text-decoration:none;
	color:black;
}
.text2 a {
	color: #0076ff;
}
.text3 a:hover {
	text-decoration:none;
	color:black;
}
.text3 a {
	color: #0076ff;
}
.text4 a:hover {
	text-decoration:none;
	color:black;
}
.text4 a {
	color: #0076ff;
}
.grey, a:hover {
	text-decoration:none;
	color:black;
}
.grey, a {
	color: #0076ff;
}
.blue {
    background-color:#002fc9;
    color: white;
}
.blue a{
    font-size: 16px;
    text-decoration:none;
    color: white;
}
.lightblue {
    background-color:#0076ff;
    color: white;
}
.lightblue a{
    font-weight:bold;
    font-size: 14px;
    text-decoration:none;
    color: white;
}
.banner{
	margin-top: 0px;
	margin-bottom: -3px;
}
.padding-top{
	padding-top: 50%;
}
.logo-tip-top{
	margin-bottom: -3px;
}
.pictures{
    margin-bottom: 20px;
}
.pictures .col-md-4{
}
.pictures .col-md-4 div{
    padding:15px;
    border-bottom: #0076FF solid 1px;
    background-color: #fff;
    height: 750px;
}
footer .grey{
	padding: 60px 20px;
	background-color: #333;
	color: #fff;
	
}
footer .white{
	padding: 20px;
	color: #333;
}
footer .white a{
	color: #333;
}

.phone{
	float:left;
	margin-right:20px;
	padding: 4px 0;
}
.mail{
	float:left;
	padding: 4px 0;
}

.btn-forward{
    position: absolute;
    right: 35px;
    bottom: 20px;
    font-size: 20px;
    border: 1px solid #0076ff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.navbar-tiptop {
	    height: auto;
	}
	.navbar-brand {
	    padding-top: 4px;
	}
	.mail{
		float:right;
		margin-right:10px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    .pictures .col-md-4 div{
        height: auto;
        margin-bottom:15px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}
