a {
	font-family: lato !important;
}
h1 {
	font-family: lato !important;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 26.4px;
}

h2 {
	font-family: lato !important;
}

h3 {
	font-family: lato !important;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 15.4px;
}
p {
	font-family: lato !important;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
blockquote {
	font-family: lato !important;
	font-size: 17.5px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 25px;
}
pre {
	font-family: lato !important;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
}
sup {
    line-height: .5em;
}
.dark-blue-gradient {
	background-image: url(/assets/images/template/content/modules/module-background.png);
    background-position: center center;
    background-size: contain;
}
.circle {
    border-radius: 100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 256px;
    max-height: 256px;
}
.image-area, .image-area-wide{
	margin: 20px auto;
	
}

#modules .image-area img {
	max-width: 256px;
    max-height: 256px;
    width: 100%;
    height: 100%;
}
.image-area img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*width: auto;*/
}
.image-area-wide img {
	width: 100%;
	padding: 0px;
}

.img-1-module{
	width:auto;
}

.content-width{
	max-width: 1440px;
	margin: 0 auto;
}
.module-container {
	padding: 75px 0px;
}
.dark-blue-bg {
	background-color: #041430;
}
.small-blue-text {
	color: #009adb;
    font-family: lato !important;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}
.big-white-text {
	color: #ffffff;
    font-family: lato !important;
    font-size: 22px;
    text-transform: uppercase;
	font-weight: bold;
	height: 50px;
}
.wide-module-text-area {
	color: #ffffff;
    font-family: lato !important;
    font-size: 16px;
    height: 100%;
    display: table;
}
.wide-module-text-area-placement {
	display: table-cell;
    vertical-align: middle;
}
.wide-module-text-area .title {
	color: #ffffff;
    font-family: lato !important;
    font-size: 16px;
    font-weight: 700;
}
.wide-module-text-area .verbage {
	color: #ffffff;
    font-family: lato !important;
    font-size: 14px;
}
.light-blue-btn {
	color: #ffffff;
	background-color: #009adb;
	text-align: center;
	padding: 10px 0px;
	font-family: lato !important;
	text-transform: capitalize;
	font-size: 16px;
	cursor: pointer;
}

.light-blue-btn a,
.light-blue-btn a:visited {
	color: #ffffff;
}

.sm-hide,.md-hide,.lg-hide,.xl-hide,.xxl-hide {
	display:none;
}

@media (min-width: 768px) {
	.line-1, .line-2 {
    	font-size: 11px;
	}

	
}
@media (max-width: 767px) {
	#modules .image-area img {
		max-height: 100%;
	}
}
@media (min-width: 992px) {
	.line-1, .line-2 {
    	font-size: 15px;
  }

}
@media (min-width: 1200px) {
	.line-1, .line-2 {
    	font-size: 18px;
	}
	.lg-hide{
		display: block;
	}
	.image-area-wide img {
		padding: 0px 2.26%;
  }

}
@media (min-width: 1500px) {
	.line-1, .line-2 {
    	font-size: 18px;
    	font-weight: normal;
	}
}
