/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12-May-2015, 10:37:49
    Author     : Neil
*/


html {-webkit-text-size-adjust: none;
}

* { box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;   
}

body {
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    line-height: 140%;
}

#colorbar {
    position: absolute;
    top:0;
    left: 0;
    height:50px;
    background-color: #e61b10;
    width:100%;
}

#headerWrapper {
    background-color: white; /*#3B4044;*/overflow:hidden;
}

header {
    padding: 1em 2% .5em 2%;
}

header h1 {
    font-size: 2.1em;
    color:#fff;
}

header h2 {
    font-size: .9em;
    font-weight: 300;
    color: #ddd;
    margin-top: .75em;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#navWrapper {
    width:100%;
}

#contentWrapper {
    background-color: #fff;
    
}

#contentWrapper h1 {
    color:#E22121;
    font-size: 2em;
    padding: 1em;
    text-shadow:fff;
    
}

#contentWrapper h1 {
    color:#E22121;
    font-size: 2em;
    padding: 1em;
    text-shadow: 1px 1px 2px #999;
    
}

.column-12, .column-10,.column-8, .column-6, .column-4, .column-3 {
    padding:  0 2% 0;
}

 .column-2 {
    padding:  0 1% 0;
}

 .homeimage
{
    /*width:320px;*/
    /*height:240px;*/
    margin-right: -3px; 
    margin-left: -3px; 
}

#pageDiv {
    background-color:#F5EA1C;
    text-align:center;
    border-radius:  5px 5px 5px 5px;
}

.pagetitle
{
    /*font-family: "Malgun Gothic";*/
    font-size: 18pt;
    font-weight: 600;
    color:#364B8E; /* hex blue */
    padding: 0.5em 2%;
    line-height: 125%;
    
}

.newssummaryheading
{
    font-family: "Malgun Gothic";
    font-size: 11pt;
    background-color: #1CA9DF; /* hex light blue */
    color: white;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 0.5em 0;
    width:100%;
}
 
.boxes {  
	display:table; 
	width:100%; 
 } 

.newssummaryitem { 
	display:block; 
	width:100%; 
	font-family: "Malgun Gothic";
    	font-size: 11pt;
        line-height: normal;
	background-color: gainsboro; 
    	color: darkblue;  
	padding: 0.5em 0.5em 0.5em;
	border-bottom: 1px solid white;
 } 

.newssummarybottom, .nonewssummarybottom { 
	display:block; 
	 width:100%; 
	font-family: "Malgun Gothic";
    	font-size: 11pt;
	background-color: gainsboro; 
    	color: darkblue;  
	padding: 0.5em 0.5em 0.5em;
	border-radius: 0 0 10px 10px;
	
 } 

.newssummaryitem:hover, .newssummarybottom:hover {
	background-color: #93C242; /* hex green */
	cursor: pointer;
}
            
.duration
{
    font-size: 8pt;
    font-family: tahoma;
    background-color: transparent; 
    color: #364B8E; 
    height: 10px; 
    vertical-align: bottom;
    text-align:left;
}

a.newssummarylink {
    text-decoration:none;
    } 
    
 .subheading
{
    font-size: 12pt;
    font-weight: bold;
}    
 .subsubheading
{
font-family: "Malgun Gothic";
font-size: 12pt;
font-weight: bold;
font-style: italic;
}
.newslink {
    font-family: "Malgun Gothic";
    color: darkblue;
    font-size:10pt;
    text-decoration:none;
    }     

#logo {
    text-align: center;
    /*width:249px;*/
    width:100%;
}    
    
#logo .column-3 {
    text-align: center;
     /*margin-left:105px;*/
}    
    
#flourish, #hex, #footerWrapper {
	display:none;
}

#flourish .column-6 {
    padding:2em;
}

#copyright
{
    font-size: 8pt;
    font-family: tahoma;
    color: gray; 
}

.imagediv {
    text-align:center;
    width:100%;
    /*margin-bottom: 0.7em;*/
}

.homeimage {
    width:100%;
}

#tapestry {
    width:100%;
}

/*PHOTO STYLING*/


figure  {
  display: table;
}

figcaption {
  padding: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: .8em;
  font-weight: 300;
  width:100%;
  background: transparent;
  word-wrap:normal;
  text-align: center;
}

.teamcaption {
  width:300px;
}

.teamimage {
    width:110px;
    height:111px;
}

figure img {
  border: 1px solid #323232;
  padding: 5px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 3px 3px 5px rgba(50, 50, 50, .5);
  width:100%;
  height: auto !important;
}

.policylink {
    font-family: "Malgun Gothic";
    color: darkblue;
    font-size:10pt;
    /*font-weight: bold;*/
/*    text-decoration:none;*/
    }  
    
#newsletters td, #newsletters th {
    font-size: 1em;
    border: 1px solid gainsboro;
    padding: 3px 7px 2px 7px;
}

#newsletters th {
    border-radius: 10px 10px 0 0 ;
    font-size: 1.1em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #1CA9DF;
    color: #ffffff;
}

#newsletters tr.alt td {
    color: #000000;
    background-color: #e9e9e9;
}    