@charset "UTF-8";



/* === Fonts === */


@font-face {
    font-family: "Lato-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/LatoLatin-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Lato-Regular";
    font-style: italic;
    font-weight: normal;
    src: url("fonts/LatoLatin-Italic.woff2") format("woff2");
}

@font-face {
    font-family: "Lato-Regular";
    font-style: normal;
    font-weight: bold;
    src: url("fonts/LatoLatin-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "Lato-Regular";
    font-style: italic;
    font-weight: bold;
    src: url("fonts/LatoLatin-BoldItalic.woff2") format("woff2");
}

b, strong {
	font-weight: bold;
	color: #1A1A1A;
}


/* === END Fonts === */


/* === Standard === */


html, body {
    width: 100%;
    height: 100%;
}


body, h1, h2, p {
    margin: 0px;
    padding: 0px;
}

body {
    color: #000;
    font-size: 19px;
    background-color: #fff;
}

.block { display: block; }
.clrBoth { clear: both; }
.nobr { white-space: nowrap; }

.noselect {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h1 {
	font: 23px Lato-Regular;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	margin-top: 12px;
	margin-bottom: 24px;
}

h2 {
	font: 18px Lato-Regular;
	color: #272727;
	font-weight: bold;
	font-style: normal;
}



/* === END Standard === */


/* === Responsive === */




.show-phone {
	display: inline;
}

.show-desktop {
	display: none;
}


.row {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 12px;

	.row:after {
		clear:both;
	}
}


.column {
	float: left;
	margin: 0;
	padding: 0;
}


.desktop-1 {
	width: 100%;
}

.desktop-2 {
	width: 100%;
}

.desktop-3 {
	width: 100%;
}

.desktop-4 {
	width: 100%;
}

.desktop-5 {
	width: 100%;
}

.desktop-6 {
	width: 100%;
}

.desktop-7 {
	width: 100%;
}

.desktop-8 {
	width: 100%;
}

.desktop-9 {
	width: 100%;
}

.desktop-10 {
	width: 100%;
}

.desktop-11 {
	width: 100%;
}

.desktop-12 {
	width: 100%;
}


.logo-image {
	display: block;
	margin: 0 auto;
	/* 254 */
	max-width:259px;
}

.top-nav-text {
	font-size: 10px;
	text-align: center;
	line-height: 200%;
}

a.linkintop:link,
a.linkintop:visited,
a.linkintop:hover,
a.linkintop:active {
	font: 20px Lato-Regular;
	text-decoration: underline;
	color: #616161;
	font-weight: normal;
}


p.single {
	margin-bottom: 19px;
}

p.double {
	margin-bottom: 38px;
}

.textinbody {
	font: 19px Lato-Regular;
	color: #272727;
	line-height: 140%;
}

a.linkinbody:link,
a.linkinbody:visited,
a.linkinbody:hover,
a.linkinbody:active {
	font: 19px Lato-Regular;
	text-decoration: underline;
	color: #2272AE;
	font-weight: normal;
}


.center-column img.breakout {
  width: auto;
	/* calc(100vw - 16px) */
  max-width: calc(100vw - 16px);
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.row img.home-header {
	width: auto;
	max-width: 100vw;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.phone-column {
	max-width: 560px;
	margin: 0 auto;
	float: none;
}

.textinfooter {
	font: 16px Lato-Regular;
	color: #949494;
	line-height: 133%;
}


a.linkinfooter:link,
a.linkinfooter:visited,
a.linkinfooter:hover,
a.linkinfooter:active {
	font: 16px Lato-Regular;
	text-decoration: underline;
	color: #949494;
	line-height: 200%;
	font-weight: normal;
}


@media screen and (min-width: 768px) {

h1 {
	font: 27px Lato-Regular;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	margin-top: 20px;
	margin-bottom: 30px;
}

	.show-phone {
		display: none;
	}
	
	.show-desktop {
		display: block;
	}

.logo-image {
	display: block;
	margin: 0 auto;
	max-width:305px;
}


.top-nav-text {
	font-size: 21px;
	text-align: center;
	line-height: 200%;
}

a.linkintop:link,
a.linkintop:visited,
a.linkintop:hover,
a.linkintop:active {
	font: 22px Lato-Regular;
	text-decoration: underline;
	/* #666666 */
	/* #949494 */
	color: #616161;
	font-weight: normal;
}


.textinbody {
	font: 20px Lato-Regular;
	color: #272727;
	line-height: 140%;
}

a.linkinbody:link,
a.linkinbody:visited,
a.linkinbody:hover,
a.linkinbody:active {
	font: 20px Lato-Regular;
	text-decoration: underline;
	color: #2272AE;
	font-weight: normal;
}

.center-column img.breakout {
  width: auto;
  max-width: calc(100vw - 42px);
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.row img.home-header {
	width: auto;
	max-width: calc(100vw - 42px);
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.phone-column {
	float: left;
	max-width: 100%;
	margin: 0;
}


.desktop-1 {
	width: 8.33333%;
}

.desktop-2 {
	width: 16.66667%;
}

.desktop-3 {
	width: 25%;
}

.desktop-4 {
	width: 33.33333%;
}

.desktop-5 {
	width: 41.66667%;
}

.desktop-6 {
	width: 50%;
}

.desktop-7 {
	width: 58.33333%;
}

.desktop-8 {
	width: 66.66667%;
}

.desktop-9 {
	width: 75%;
}

.desktop-10 {
	width: 83.33333%;
}

.desktop-11 {
	width: 91.66667%;
}

.desktop-12 {
	width: 100%;
}

}


/* === END Responsive === */

/* === Layout === */


.center-column {
	max-width: 600px; /* Only 580 width when including padding */
	margin: 0 auto;
	padding: 0 12px;
	text-align: justify;
	/* background-color: #FFFFBF; */
}

.center-column img.inside {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}






.line-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
  /* background-color: #FFFFBF; */
}

.line-div {
	width: 100%;
	height: 1px;
	background-color: #CCCCCC;
}


table {
	text-align: left;
	border-collapse: collapse;
}

table, th, td {
  border: 1.5px solid #999999;
}













