html {

  	font-family: "LatoWeb" !important;
	font-style: normal !important;
	font-size:16px !important;
	color:#555a65 !important;
}


html{
  scroll-behavior:smooth;
}


body {
 	font-family: "LatoWeb" !important;
	font-style: normal !important;
	font-size:16px !important;
	color:#555a65 !important;
	overflow-x:hidden; /* new 19*/
}

p{font-size:16px;}



.fullwidth {
		display:block;
		padding: 0; 
		margin: 0; 
		background-color: #e6e9ec;
		width:100%;		
	}
	
.text-dblue { color:#173259 !important;}
.text-bblue { color:#01529D !important;}
.text-cranberry { color:#AC0030 !important;}
.text-gray1 { color:#555A65 !important;}
.text-gray2 { color:#79818E !important;}
.text-black { color:#000000 !important;}

.bg-dblue { background-color: #173259 !important;}
.bg-bblue { background-color: #01529D !important;}
.bg-cranberry { background-color: #AC0030 !important;}
.bg-gray1 { background-color: #555A65 !important;}
.bg-gray2 { background-color: #79818E !important;}
.bg-gray3 { background-color: #c8cbcb !important;}
.bg-gray4 { background-color: #e6e9ec !important;}
.bg-tangerine { background-color: #FD690B !important;}
.bg-marigold { background-color: #f49417 !important;}
.bg-white { background-color: #ffffff !important;}


/* OVERDIRVE BOOSTRTRAP */
a {
  color: #01529D;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #173259;
  text-decoration: underline;
}

/* -------------------- */

a.link-dblue-u  { color:#173259 !important; text-decoration: underline; font-weight: normal;}
a.link-dblue-u:visited {text-decoration: underline; font-weight: normal; }
a.link-dblue-u:hover {color:#01529D !important;; text-decoration: none; font-weight: normal;}

a.link-bblue  { color:#01529D !important; text-decoration:none; font-weight: normal;}
a.link-bblue:visited {text-decoration: none; font-weight: normal;color:#01529D }
a.link-bblue:hover {color:#173259 !important;; text-decoration: underline; font-weight: normal;}

a.link-dblue  { color:#173259 !important; text-decoration: none; font-weight: normal;}
a.link-dblue:visited {text-decoration: underline; font-weight: normal; }
a.link-dblue:hover {color:#01529D !important;; text-decoration: underline; font-weight: normal;}


a.link-white, 
a.link-white:visited { color: #ffffff !important; text-decoration: none;}
a.link-white:active {background: transparent; color:#fff; text-decoration: none; }
a.link-white:hover, 
a.link-white:focus {outline: 0; color: #ffffff; text-decoration: none;}


a.link-white-u, 
a.link-white-u:visited { color: #ffffff !important; text-decoration: none;}
a.link-white-u:active {background: transparent; color:#fff; text-decoration: none; }
a.link-white-u:hover, 
a.link-white-u:focus {outline: 0; color: #ffffff; text-decoration: underline;}



.btn-b {
  display: inline-block;
 /* font-weight: 400;*/
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none !important; /*1px solid transparent;*/
  padding: 0px 30px 0 30px !important; /*0.375rem 0.75rem;*/
  font-size: 18px !important; /*1rem*/
  line-height: 45px !important; /* 1.5;*/
  /*height:45px !important;   new */
  border-radius: 3px; /*0.25rem;*/
  margin-top:0;
  margin-bottom:0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;

}


.btn-b-lg {
  display: inline-block;
  text-align: center;
  white-space: normal !important;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none !important;
  padding: 12px 44px 12px 44px !important;
  font-size: 20px !important;
  line-height: 1.3em !important; 
  border-radius: 3px;
  margin-top:0;
  margin-bottom:0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;

}


.btn-b-sm {
  display: inline-block;
 /* font-weight: 400;*/
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none !important; /*1px solid transparent;*/
  padding: 0px 30px 0 30px !important; /*0.375rem 0.75rem;*/
  font-size: 18px !important; /*1rem*/
  line-height: 35px !important; /* 1.5;*/
  /*height:45px !important;   new */
  border-radius: 3px; /*0.25rem;*/
  margin-top:0;
  margin-bottom:0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;

}


@media only screen and (min-width:0) and (max-width:579px)
 {
.btn-b-lg{  padding: 10px 30px 10px 30px !important; }
  }



.btn-b:hover, .btn-b:focus, .btn-b-sm:hover, .btn-b-sm:focus, .btn-b-lg:hover, .btn-b-lg:focus {
  text-decoration: none;
}

.btn-b:focus, .btn-b.focus, .btn-b-sm:focus, .btn-b-sm.focus, .btn-b-lg:hover, .btn-b-lg:focus {
  outline: 0;
  box-shadow: none !important; 
}

.btn-tangerine {
  color: #fff;
  background-color: #FD690B;
}

.btn-tangerine:hover {
  color: #fff;
  background-color: #ff7c28;
}

.btn-cranberry {
  color: #fff;
  background-color: #AC0030;
}

.btn-cranberry:hover {
  color: #fff;
  background-color: #c70038;
}


.btn-dblue {
  color: #fff;
  background-color: #173259;
}

.btn-dblue:hover {
  color: #fff;
  background-color: #01529d;
}




p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}


/* BS modify */
.modal-content {  
border-radius: 0 !important; /*border-radius: 0.3rem;*/
}

.LatoWeb { 
	font-family: "LatoWeb";
	font-style: normal;
}

.LatoWebLight { 
 font-family: "LatoWebLight"; 
 font-style: normal; }	
	

.size10{ font-size: 10px; }
.size11{ font-size: 11px; }
.size12{ font-size: 12px; }
.size13{ font-size: 13px; }
.size14{ font-size: 14px; }
.size16{ font-size: 16px; }
.size18{ font-size: 18px; }
.size17{ font-size: 17px; }
.size20{ font-size: 20px; }
.size21{ font-size: 21px; }
.size22{ font-size: 22px; }
.size24{ font-size: 24px; }
.size26{ font-size: 26px; }
.size27{ font-size: 27px; }
.size28{ font-size: 28px; }
.size30{ font-size: 30px; }
.size34{ font-size: 34px; }
.size35{ font-size: 35px; }
.size36{ font-size: 36px; }
.size48{ font-size: 48px; }
.size60{ font-size: 60px; }
.size72{ font-size: 72px; }
.size90{ font-size: 90px; }


.back-to-top {padding-top:5px;
	position: fixed;
		 display:none;
		  right: 240px;
		/*right: -260px; */
		bottom: 0px; /*20px;*/
		width: 40px;
		height: 40px;
		background-color: #79818e;
		color: #fafafa;
		
		text-align: center;					
		opacity: 0.5;
		cursor: pointer;
		border-radius: 4px;
	
		-webkit-transition: all 0.4s ease 0s;
				transition: all 0.4s ease 0s;
			
	}
	
	.back-to-top i { 
		font-size: 37px;
		line-height: 37px;
		font-weight: normal;
		vertical-align: top;
		-webkit-transition: all 0.4s ease 0s;
				transition: all 0.4s ease 0s;
	}
	
	.back-to-top:hover {
		background-color: rgba(0, 0, 0, 0.7);
	}
	
	.back-to-top:hover i {
		color: #fff;
	}
	

@media only screen and (min-width:0) and (max-width:579px)
 {
.back-to-top{ right: 15px; bottom: 40px; /*20px;*/}
  }

/*-- LIST --*/

.list_box_gray2 {margin: 0; padding: 0; list-style-type:none;}
.list_box_gray2 li{
padding-left:14px;
padding-bottom:5px;
background: url(/images/list/list_box_gray2.gif) no-repeat 0 6px;
font-size:16px;
line-height:20px;
}


/*-- LIST --*/

.list-dot-gray1 {margin: 0; padding: 0; list-style-type:none;}
.list-dot-gray1 li{
padding-left:14px;
padding-bottom:5px;
background: url(/img/misc/list-dot-gray1.png?v=2) no-repeat 0 4px;
font-size:16px;
line-height:1.2em;
}

.list-dot-gray2 {margin: 0; padding: 0; list-style-type:none;}
.list-dot-gray2 li{
padding-left:14px;
padding-bottom:5px;
background: url(/img/misc/list-dot-gray2.png) no-repeat 0 5px;
font-size:16px;
line-height:1.3em;
}