@charset "utf-8";
/* CSS Document INDEX831*/

body {
    /* body top margin so body content isnt' obscured by header     box-sizing: border-box;*/
    margin-top: 176px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0;
    border: 0;
}
/*
html,
html * {
   
    padding: 0;
    border: 0;
	}
*/


#toppho {   /* CSS Document */
    margin-bottom: 0px;
    position: relative;
    top: 0px;
    bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    /* [disabled]text-align: center; */
    display: block;
	} 

#toppho  .content  {   /* CSS Document */
    position: absolute;
    bottom: 0;  /* Black background with 0.5 opacity */
    color: #f1f1f1;
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: rgba(0,32,91,.75);
    font-family: 'Playfair Display', serif;
} 

.hovergallery img{
    -webkit-transform: scale(1.0); /*Webkit: Scale down image to 1.0x original size*/
    -moz-transform: scale(1.0); /*Mozilla scale version*/
    -o-transform: scale(1.0); /*Opera scale version*/
    -webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
    -moz-transition-duration: 0.5s; /*Mozilla duration version*/
    -o-transition-duration: 0.5s; /*Opera duration version*/
    opacity: 0.9; /*initial opacity of images*/
}

.hovergallery img:hover{
-webkit-transform:scale(1.09); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.09); /*Mozilla scale version*/
-o-transform:scale(1.09); /*Opera scale version*/
box-shadow:0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 30px gray; /*Safari shadow version*/
-moz-box-shadow:0px 0px 30px gray; /*Mozilla shadow version*/
opacity: 1;
}

.banner {
-webkit-box-shadow: inset 5px 5px 10px rgba(0,0,0,1.00);
 box-shadow: inset 5px 5px 10px rgba(0,0,0,1.00);
}

div.sticky  {   /* CSS Document    for index2021B route dir*/
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #E3E3E3;
}

#container {  /* CSS Document    for index2021B route dir*/
    width: 100%;
    text-align: left;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    color: #000000;
    
	} 

.pgtitle {   /* CSS Document    for index2021B route dir*/
    font-size: 21px;     /* ALL page */
    color: #000066;
    font-weight: bold;
    border-bottom-width: 2px;    /* Horz Line Mor */
    border-bottom-style: solid;
    border-bottom-color: #710000;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    text-align: left;
    margin-top: 50px;
}
.presstitle {  /* CSS Document    for index2021B route dir*/
	font-size: 20px;     /* ALL page */
	color: #000066;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
.rline {  /* CSS Document    for index2021B route dir*/
    border-bottom: 1px solid #710000;
}
.indtitle {  /* CSS Document    for index2021B route dir*/
    margin-top: 100px;
    /* [disabled]margin-bottom: 0px; */
    /* [disabled]margin-left: 0px; */
}
.indtitle02 {  /* CSS Document    for index2021B route dir*/
    margin-top: 100px;
    margin-bottom: 100px;
    /* [disabled]margin-left: 0px; */
}

.indtitle03 {  /* CSS Document    for index2021B route dir*/
    margin-top: 100px;
    /* [disabled]margin-bottom: 50px; */
    /* [disabled]margin-left: 0px; */
}


#pgcontent  {   /* CSS Document    for index2021B route dir*/
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

#pgtitle1 {
	padding: 0px;
	text-align: center;
	float: none;
}
.copylink {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.copyexec2 {
    font-family: 'Playfair Display', serif;
    /* [disabled]padding: 10px; */
    text-align: center;
    font-size: 22px;
}


.thumbnail01_align {
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
}
.thumbnail02_align {
	text-align: center;
}
.thumbnail03_align {
	text-align: center;
}
#date {
	font-size: 14px;
	color: #000000;
	text-align: left;
	height: auto;
	width: auto;
	margin-bottom: 10px;
}

.vid {  /* CSS Document    for index2021B route dir*/
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	height: auto;
}

.copy {  /* CSS Document    for index2021B route dir*/
    color: #000000;
    /* [disabled]text-align: left; */
    padding-top: 0.5em;
    padding-right: 2em;
    padding-left: 2em;
    padding-bottom: 0.5em;
    height: auto;
    width: auto;
}
.copy A:link      {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.copy A:visited    {
	color: #333333;
	text-decoration: underline
}
.copy A:hover  {
	text-decoration: none;
	background-color: #000099;
	color: #FFFFFF;
}

.copywho  {
    font-family: 'Playfair Display';
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    text-decoration: none;
    font-size: 24px;
    line-height: 45px;
    float: left;
    color: rgba(0,0,0,1.00);
}

.copywho2  {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: center;
    float: none;
}

.style2 {  /* CSS Document */
    font-size: 32px;
    line-height: 60px;
    height: auto;
    font-family: 'Playfair Display';
}

.style3 {  /* CSS Document */
    font-size: 32px;
    /* [disabled]line-height: 60px; */
    font-family: 'Playfair Display';
}

.style4 {  /* CSS Document*/
    font-family: 'Playfair Display';
    font-size: 24px;
    font-weight: 500;
    line-height: 60px;
    color: rgba(67,67,67,1.00);
    /* [disabled]text-shadow: 5px 5px 10px rgba(180,180,180,1.00); */
}

.style5 {  /* CSS Document*/
    font-family: 'Playfair Display';
    font-weight: 500;
    text-align: center;
}


div.tweet {  /* CSS Document    for index2021B route dir*/
	height: auto;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	display: block;
}
.news3 {  /* CSS Document    for index2021B route dir*/
    height: auto;
    /* [disabled]padding-top: 10px; */
    /* [disabled]padding-right: 10px; */
    /* [disabled]padding-left: 10px; */
    /* [disabled]padding-bottom: 10px; */
    margin-bottom: 1em;
    border-top: 1px solid #710000;
    margin-top: 1em;
}
.news3 A:link      {
    color: #710000;
    text-decoration: underline;
    text-align: left;
}
.news3 A:visited    {
	color: #710000;
	text-decoration: none
}
.news3 A:hover  {
	color: #CCCCCC;
	text-decoration: underline;
	background-color: #000099;
}

.newsads {   /* CSS Document    for index2021B route dir*/
	height: auto;
	width: auto;
	text-align: center;
	padding-top: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
}
.see-more {
	font-size: 1em;
	display: inline-block;
	margin-top: 4.1em;
	padding: 0 0 .4em 0;
	transition: all .3s;
	text-decoration: none;
}
.see-more:hover {
	border-bottom: 1px solid white;
}
.affu {
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: italic;
}


h1 {   /* CSS Document    text for head pixr*/
    font-weight: bold;
    font-size: 38px;
    text-transform: none;
    /* [disabled]text-shadow: -3px 3px 4px rgba(217,213,213,1.00); */
    /* [disabled]font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; */
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}
h2 {  /* CSS Document    text for head pixr*/
    font-weight: bold;
    font-size: 28px;
    text-transform: capitalize;
    text-shadow: 0px 0px;
    /* [disabled]font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif; */
    letter-spacing: 1px;
    /* [disabled]padding-bottom: 0.5em; */
}

h3 {  
    font-weight: bold;
    font-size: 22px;
    text-transform: capitalize;
    text-shadow: 0px 0px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    letter-spacing: 1px;
    /* [disabled]padding-bottom: 0.5em; */
}

h4 {   
    font-weight: normal;
    font-size: 18px;
    text-transform: capitalize;
    text-shadow: 0px 0px;
    letter-spacing: 0.4px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    line-height: normal;
    padding-right: 0px;
}

h5 {  
    font-weight: bold;
    font-size: 22px;
    text-transform: capitalize;
    text-shadow: 0px 0px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    letter-spacing: 1px;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
}


h6 {   
	font-weight: normal;
	font-size: 12px;
	text-transform: capitalize;
	text-shadow: 0px 0px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	letter-spacing: 1px;
	padding-left: 1em;
	/* [disabled]padding-right: 0.5em; */
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.copyright {   /* CSS Document    for index2021B route dir*/
	font-size: 14px;
	color: #000000;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 5px;
}

.banner {   /* CSS Document    for index2021B route dir*/
    /* [disabled]display: inline; */
    -webkit-box-shadow: 10px 10px 20px 2px rgba(3,3,3,.60);
    box-shadow: 10px 10px 20px 2px rgba(3,3,3,.60);
}

video {  /* CSS Document    for index2021B route dir*/
	max-width: 100%;
	height: auto;		}

img {  /* CSS Document    for index2021B route dir*/
	max-width: 100%;
	height: auto;
	/*vertical-align: text-top;
	 [disabled]-webkit-transform: translate3d(0,0,0); */
	/* [disabled]transform: translate3d(0,0,0); */
}

#footer {   /* CSS Document    for index2021B route dir*/
	/* [disabled]width: 100%; */
	margin: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 20px;
	text-align: center;
} 
.footcred {
	font-size: 12px;
	color: #000000;
	font-weight: lighter;
	line-height: 18px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	padding-top: 2em;
}
/* CSS Document    for index2021B route dir*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page  /* CSS Document    for index2021B route dir*/
	float: left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
	outline: none; /* the following >a< links Remove Dotted Border on Clicked Link */
	border: none;
}
a:link img{
outline: none;
border: none;
}
a:visited img{
outline: none;
border: none;
}
a:hover img{
outline: none;
border: none;
}
a:active img{
outline: none;
border: none;
}
a:focus img{
    outline: none;
    border: none;
}

/* ########## cycle2 ########## 	*/
/*
.cycle-slideshow {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}

.cycle-prev, .cycle-next {
	font-size: 200%;
	color: #00CE17;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	z-index: 9999;
	cursor: pointer;
	font-weight: bold;
	left: auto;
}

.cycle-prev {
	left: 5%;
	right: auto;
}
.cycle-next {
	right: 50%;
}
.cycle-pager {
width: 100%;	
text-align: center;
display: block;
position: absolute;
bottom: 20px;
z-index: 9999;
cursor: pointer;	
}
.cycle-pager span {
text-indent: 100%
white-space: nowrap;
width: 12px;
height: 12px;
display: inline-block;
border: 1px solid #fff;
border-radius: 50%;
margin: 0 10px
}
.cycle-pager .cycle-pager-active {
background: #fff; }
*/

/* ########## Media Query Breakpoints ########## 

@media only screen and (min-width: 320px) and (max-width: 769px)  {

	#toppho { 
	display: none;  	}
    
    #toppho  .content  {
    display: none;  	}
	

	
	body {
	margin-top: 2em;}
	
	.column_linkone3rd {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 0px;
}

}*/
