/* css reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

html {
  font-weight: normal;
  font-style: normal;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  vertical-align: top;
}

body {
  font-family: 'minion-pro', 'mpregularregular', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

h1 {
  font-weight: bold;
  font-size: 20px;
  color: #961b22;
  margin: 0 0 20px 0px;
  padding-bottom: 12px;
  background-image: url('/assets/templateimages/head-dot.gif');
  background-position: bottom;
  background-repeat: repeat-x;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2 {
  font-weight: 700;
  font-size: 109%;
  color: #961b22;
  margin: 1.5em 0em 0.5em 0em;
  text-transform: none;
  line-height: 130%;
}

p.introtext {
  font-size: 120%;
}

div#textarea + h2 {
  margin-top: 0;
}

h3 {
  font-weight: bold;
  font-size: 100%;
  color: #2b6281;
  margin: 1.3em 0em 0.3em 0em;
}

h4 {
  font-weight: bold;
  font-size: 98%;
  color: #000;
  margin: 1em 0em 0em 0em;
  line-height: 140%;
}

h5 {
  font-weight: bold;
  font-style: italic;
  font-size: 98%;
  line-height: 140%;
  color: #000;
  margin: 1em 0em 0em 0em;
  position: relative;
  top: -1em;
}

td {
  vertical-align: top;
}

a:link {
  text-decoration: none;
  color: #4444ff;
}

a:visited {
  text-decoration: none;
  color: #4444ff;
}

a:hover {
  text-decoration: underline;
  color: #0000FF;
}

a img {
  border: 0;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

em strong, em b, i strong, i b {
  font-weight: bold;
  font-style: italic;
}

p {
  margin: 0 0 .8em 0;
  line-height: 140%;
  font-weight: normal;
  font-style: normal;
}

ul {
  margin: 0 0 0.8em 0;
  padding: 0 0 0 1.4em;
  line-height: 140%;
}

ul ul {
  margin-bottom: 0;
}

ol {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 2.5em;
  line-height: 140%;
}

.photoright, #textarea .photoright, table.align-right, img.align-right, figure.align-right, div.align-right {
  float: right;
  margin: 0 0 10px 14px;
}

.photoleft, #textarea .photoleft, table.align-left, img.align-left, figure.align-left, div.align-left {
  float: left;
  margin: 0 14px 2px 0;
}

.photo-caption {
  font-size: 90%;
  color: #b12a1b;
  position: relative;
  font-weight: bold;
  top: -.3em;
  margin: 0;
}

.photo-credit {
  font-size: 85%;
  color: #000;
  font-weight: normal;
  font-style: italic;
  text-align: right;
  position: relative;
  top: -.5em;
}

img {
  max-width: 100%;
  height: auto;
}

table.photoright p {
  margin-bottom: 0.3em;
}

table.photoright img {
  max-width: 360px;
  height: auto;
}

sup {
  vertical-align: baseline;
  font-size: 0.8em;
  position: relative;
  top: -0.4em;
}

.all-caps {
  text-transform: uppercase;
}

h3.all-caps {
  letter-spacing: 1px;
}

.bio-title {
  font-style: italic;
  margin-bottom: 1.5em;
}

.bullet-spaced {
}

ul.bullet-spaced li, ol.bullet-spaced li {
  margin-bottom: .5em;
}

.dark-gray {
  color: #4b4b4b;
}

.dont-wrap {
  clear: both;
  padding-top: 1em;
}

.dont-wrap-left {
  clear: left;
}

.dont-wrap-right {
  clear: right;
}

.highlight-red {
  font-weight: bold;
  color: #961b22;
}

.highlight-blue {
  font-weight: bold;
  color: #00718f;
}

.light-gray {
  color: #999;
}

.no-space-above {
  margin-top: 0;
}

.no-space-below {
  margin-bottom: 0;
}

.sidebar-right {
  float: right;
  margin: 0 0 16px 24px;
  width: 200px;
}

.spacedcells, #textarea table.spacedcells td, #leftsidebar table.spacedcells td {
  padding-bottom: .8em;
  padding-right: 1em;
}

.superhead {
  font-weight: bold;
  font-size: 124%;
  color: #2b6281;
}

.table-list {
}

table.table-list td p, #textarea table.table-list td p {
  margin: 0;
}

table.table-list td, #textarea table.table-list td {
  padding: 1px 20px 1px 0;
  border-bottom: 1px solid #ddd;
}

table.table-list {
  margin-bottom: .8em;
  border-top: 1px solid #ddd;
}

.table-head {
}

table.table-list .table-head td, #textarea table.table-list .table-head td {
  background-color: #961b22;
  font-weight: bold;
  color: #fff;
  padding: 3px 12px 0px 3px;
  vertical-align: bottom;
  border-left: 1px solid #fff;
  line-height: 115%;
}

table.table-list .table-head td p, #textarea table.table-list .table-head td p {
  line-height: 115%;
}

table.table-list .table-head td:first-child {
  border-left: 0;
}

table.table-list .table-head td p {
  font-weight: bold;
}

table.highlight {
	background-color: #E2EBFE;
  max-width: 100%;
}
table.highlight.white {
	background-color: #ffffff;
  border: 2px solid #E1B15C;
}
table.highlight td, #textarea table.highlight td {
	padding: 10px;
}
table.highlight h2 {
  color: #D87500;
}

.text-hang {
  margin-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 0;
}

.text-larger {
  font-size: 115%;
}

.text-smaller {
  font-size: 90%;
}

#textarea table.spacedcells td p, #leftsidebar table.spacedcells td p {
  margin: 0;
}

#textarea a.pdflink:link, #textarea a.pdflink:visited, #rightsidebar a.pdflink:link, #rightsidebar a.pdflink:visited, #leftsidebar a.pdflink:link, #leftsidebar a.pdflink:visited {
  padding-right: 26px;
  background-image: url(/assets/templateimages/pdficon.gif);
  background-position: right;
  background-repeat: no-repeat;
}

#textarea a.httplink:link, #textarea a.httplink:visited, #rightsidebar a.httplink:link, #rightsidebar a.httplink:visited {
  padding-right: 12px;
  background-image: url(/assets/templateimages/externallink.png);
  background-position: right 0px;
  margin-right: 2px;
  background-repeat: no-repeat;
}

textarea, input[type="text"], input[type="tel"], input[type="email"], select, option  {
  border: 1px solid #aaaaaa;
  font-family: Arial, Helvetica, sans-serif;
  padding: 2px 4px;
  font-size: 100%;
  -webkit-transition: 1s;
 /* For Safari 3.1 to 6.0 */
  transition: 1s;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
  border: 1px solid #1d398d;
  background-color: #fff0d4;
  -webkit-transition: 1s;
 /* For Safari 3.1 to 6.0 */
  transition: 1s;
}

input[type="submit"], a.textbutton, input[type="button"] {
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 92%;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  padding: 4px 12px 3px;
  border-radius: 12px;
  background-color: #3e7898;
  color: #fff;
}

input[type="submit"]:hover, a.textbutton:hover, input[type="button"]:hover {
  background-color: #2c617f;
  cursor: pointer;
  text-decoration: none;
}

#searchform input[type="text"] {
  border: 2px solid #961b22;
  font-size: 12px;
  width: 160px;
}

.smallspace {
  font-size: 2px;
  line-height: 2px;
}

hr {
  height: 1px;
  border: 0;
  margin: 18px 0;
  font-size: 2px;
  line-height: 2px;
  background-color: #888;
}

#rightsidebar hr {
  margin: 8px 0;
}

table.formtable td, #textarea table.formtable td {
  padding: 4px 0 4px 12px;
  border-bottom: 1px solid #aaa;
}

table.formtable td table td, #textarea table.formtable td table td {
  border: 0;
}

table.formtable td:first-child, #textarea table.formtable td:first-child {
  padding-left: 0;
}

table.formtable, #textarea table.formtable {
  border-collapse: collapse;
  border-top: 1px solid #aaa;
}

table.formtable tr.table-head td, #textarea table.formtable  tr.table-head td {
  padding: 4px 6px 2px;
  background-color: #e6e6d5;
  font-weight: bold;
  color: #326b8a;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 90%;
}

#hometextbullets {
  width: 164px;
  float: right;
  margin: 0 0 48px 12px;
}

#hometextbullets h2 {
  margin-top: 0;
}

#rightsidebar #rightmenus h2 {
  padding-top: 6px;
  border-top: 6px solid #7da42e;
  color: #b76712;
  letter-spacing: 0;
  font-size: 100%;
}

ol ul {
  margin: 0;
}

a.arrowlink {
  color: #b12a1b;
  background-image: url(/assets/templateimages/menubullet.gif);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 12px;
}

a.arrowlink.leftarrow {
  background-image: url(/assets/templateimages/menubullet-left.gif);
  background-position: 0 7px;
}

ol.bullet-no-number {
  list-style-type: none;
}

#textarea .home-text-table td, .home-text-table td {
  padding: 0;
}

#textarea .home-text-table td li, .home-text-table td li {
  margin: .4em 0;
}

#textarea .home-text-table td h2, .home-text-table td h2 {
  display: block;
  background-color: #b12a1b;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  line-height: 100%;
  padding: 8px 0 6px 0;
  margin: 0 0 12px 0;
}

#textarea .home-text-table td p, #textarea .home-text-table td ul, .home-text-table td p, .home-text-table td ul {
  margin: 0 14px;
}

div.columns1 {
}

div.columns2, div.columns2.wider {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

div.columns3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

@media only screen and (max-width: 720px) {
  div.columns3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  div.columns2.wider {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (max-width: 520px) {
  div.columns3, div.columns2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

#homegrid {
  width: 972px;
  float: left;
}

#homegrid a {
  font-weight: bold;
}

#homeleft {
  width: 470px;
  float: left;
}

#homeright {
  width: 470px;
  float: left;
  margin-left: 26px;
}

#homegrid #whatsnew {
  max-height: 760px;
  overflow: auto;
}

#homegrid h1 {
  margin-bottom: 8px;
}

#whatsnew table, #textarea #whatsnew table {
  width: 100%;
}

#whatsnew table td, #textarea #whatsnew table td {
  padding: 0 0 14px 0;
  line-height: 125%;
}

#whatsnew table td p {
  line-height: 125%;
}

#whatsnew table tr td:first-child, #textarea #whatsnew table tr td:first-child {
  padding-right: 10px;
}

#whatsnew h2 {
  font-weight: bold;
  font-size: 16px;
  color: #961b22;
  margin: 0 0 3px 0;
  line-height: 110%;
  letter-spacing: 0px;
  text-transform: uppercase;
}

#whatsnew h3 {
  margin: 0;
}

#homegrid td, #textarea #homegrid td {
  padding: 0 16px 10px 0;
}

#whatsnew table p {
  font-size: 94%;
}

.query {
  color: #F00;
  font-weight: bold;
}

.footerinfo2 {
  margin-left: 0px;
}

body#tinymce.mce-content-body {
  max-width: 720px;
  padding: 10px 18px!important;
}

/** MEDIA QUERIES **/
@media only screen and (max-width:1010px) {
  #homeright, #homeleft {
    width: 376px;
  }

  table.photoright img {
    max-width: 260px;
    height: auto;
  }
}

@media only screen and (max-width:810px) {

  #homeright, #homeleft {
    width: auto;
    float: none;
  }

  .footerinfo2 {
    margin-left: 0px;
  }
}




div.card-container {
	display:inline-block;
	vertical-align: top;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin-top: 12px;
}
div.card, div.card.colfour {
	width: 23%;
	margin: 0 1% 2% 1%;
	border: 1px solid #ccc;
	padding: 10px;
	-webkit-transition: .3s;
	transition: .3s;
	box-shadow: none;
	position: relative;
	top:0;
	box-sizing: border-box;
}
div.card.no-border {
	border: 0;
}
div.colfour {
	width: 23%;
}
div.card.colthree, div.colthree {
	width: 31%;
}
div.card.coltwo, div.coltwo {
	width: 48%;
}
div.card.colfive, div.colfive {
	width: 18%;
}
div.card.coltwothree, div.coltwothree {
	width: 64%;
}
div.card.colthreefour, div.colthreefour {
	width: 73%;
}
div.card.linked:hover {
	cursor: pointer;
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
}

@media screen and (max-width:720px) {
  div.card.colfour {
    width: 48%;
    max-width: 100%;
  }
}
@media screen and (max-width:540px) {
  div.card.colfour {
    width: 100%;
    max-width: 100%;
  }
}

div.row {
	display: inline-block;
	vertical-align: top;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
div.col {
	padding: 0 12px 12px 12px;
	box-sizing: border-box;
  position: relative;
}
div.col14, div.col14-with-34 {
	width: 25%;
}
div.col13, div.col13-with-23 {
	width: 33.3%;
}
div.col12 {
	width: 50%;
}
div.col23, div.col23-with-13 {
	width: 66.6%;
}
div.col34, div.col34-with-14 {
	width: 75%;
}
div.col.elevated {
  top: -28px;
}
body#tinymce.mce-content-body div.col.elevated  {
  top: -10px;
}
@media screen and (max-width:960px) {
	div.col14 {
		width: 50%;
	}
}
@media screen and (max-width:800px) {
	div.col14-with-34, div.col34-with-14 {
		width: 50%;
	}
}
@media screen and (max-width:640px) {
	div.col {
		width: 100%!important;
	}
  div.col.elevated {
    top: 0;
  }
  div.row.reverse div.col:first-child {
    order: 2;
  }
  div.row.reverse div.col:second-child {
    order: 1;
  }
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe, .video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

:root {
  --blue: #20245D;
  --yellow: #FABC2E;
  --burgundy: #5B1513;
  --headfont: 'mr-eaves-xl-modern-narrow', 'helvetica narrow', sans-serif;
}

div.column-box {
  border: 2px solid var(--yellow);
  border-radius: 0 0 16px 0;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
div.column-box-header {
  background-color: var(--blue);
  color: #fff;
  padding: 24px 12px;
  vertical-align: middle;
  width: 100%;
  line-height: 120%;
  box-sizing: border-box;
  font-weight: 700;
}
.column-box-header a:link, .column-box-header a:visited {
  color: var(--yellow);
}
.column-box .columns2 {
  padding: 12px;
  box-sizing: border-box;
}
.column-box .columns2 h2:first-child {
  margin-top: 0;
}

img.outlined {
  border: 1px solid #aaa;
}
