@import url('https://fonts.googleapis.com/css?family=Open Sans|Roboto Condensed|Amatic+SC');
@import url('https://fonts.googleapis.com/css2?family=Allison&display=swap');
body, p, td, li, ol, th {
	font-family: 'Open Sans', sans-serif;
 	font-size: 11pt;
    color: #666666;
}	
h1,h2,h3,h4,h5,h6,.Head {
 	font-family: 'Roboto Condensed', sans-serif;
  	line-height: 1.2em;
    font-weight: normal;
}
h1, .Head {  font-size: 32pt; color: #052264;  }
h2 {  font-size: 24pt; color: #0079bc; }
h3 { font-size: 20pt; color: #333333; }
h4 { font-size: 18pt; }
h5 { font-size: 16pt; }
h6 { font-size: 14pt; }
p, li {  line-height: 1.5em; }
h2.amatic { font-family: 'Amatic SC', cursive; font-size: 52pt; font-weight: bold; }

blockquote{
  	display:block;
  	background: transparent;
  	padding: 15px 20px 15px 45px;
  	margin: 0 0 20px;
  	position: relative;
  	font-size: 11pt;
  	border: 0;
   font-style: normal;
  font-size: 1.5em;
}
blockquote em { display: block; text-align: right; font-size: 0.75em; }
blockquote p { font-size: inherit; line-height: inherit; font-style: normal; }
blockquote::before{
	content: "\201C"; /*Unicode for Left Double Quote*/
  	font-family: Georgia, serif;
  	font-size: 50px;
  	font-weight: bold;
  	color: #999;
  	position: absolute;
  	left: 10px;
  	top:5px;
}

blockquote::after{
	content: "";
}

table.table { width: 100%; }
table.table td, table.table th { padding: 8px; border: 1px solid #ececec; }
table.table td p, table.table th p { margin: 0; line-height: 1.2em; }
table.table th { background-color: #0079bc; color: #fff; text-align: left; }

a.btn.btn-primary { background-color:#052264;color:#fff; white-space:inherit;}
a.btn.btn-primary:hover { background-color: #030f2b; }
a.btn.btn-info { background-color:#0079bc;color:#fff; white-space:inherit;}
a.btn.btn-info:hover { background-color: #015886; }
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
a.btn.btn-primary:visited,
a.btn.btn-info:visited { color: #fff !important; }

/*** buttons ***/
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: inherit;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

ul.subpagemenu .subpagemenuitem.indent2 {
    padding-left: 30px !important;
}


.notice {
    padding: 10px;
    background-color: #0079bc;
    color: #fff;
}
.notice p, .notice a, .notice h2, .notice h3, .notice h4 { color: #fff; }
.notice a:hover { text-decoration: underline;}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.table tr:nth-child(odd) {
    background-color: #E5F5F2;
}

td {
  text-align: left;
  padding: 15px;
}

th {
    text-align: center;
    padding: 20px;
}


@media only screen and (min-width: 768px) {
    .navbar-default .navbar-nav .desktop a.depth_0 {
        text-transform: uppercase;
        padding: 10px 10px !important;
        font-size: 10pt !important;
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
    }
}

@media only screen and (min-width: 768px) {
    div.logo img {
        height: 90px !important;
        margin-top: 10px !important;
    }
}





































