@charset "UTF-8";
/* CSS Document */
/********************************************/
/****************Content**********************/
/********************************************/


/*HTML Tags*/
body{
	overflow-x: hidden;
}

section{
  min-height:400px;
  width:980px;
  padding:20px 0px;
  margin:0 auto;
}

h1{
  font-size:20px;
  text-transform:uppercase;
  color:#093e8d;
  font-weight:bold;
}

h2{
  font-family: 'open_sans_condensedbold', Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #003399;
  line-height: 28px;
  margin-bottom:30px;
}

h3.subheading{
  font-family: 'open_sanscondensed_light';
  font-size: 22px;
  font-weight: 900;
  color: #999;
}

p.subheading{
  font-family: 'open_sanscondensed_light';
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  color: #999;
  margin-top: -8px;
}

em{font-weight: bold;}
strong{font-weight:bold;}
p{margin:0 0 0 0;}
.blue{color:#003399;}
/*HTML Tags End
//////////////////////////////*/
/*IDs*/
#content{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	line-height: 1.5;
}

#three-columns{margin-top:30px;}

#three-columns:after{
	content:".";
	display:block;
	height:0;
	line-height:0;
	clear:both;
	visibility:hidden;
}

#three-columns > li{
	float:left;
	width:340px;
	padding-left: 20px;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
}

#three-columns > li:first-child{
	width:248px;
	padding-left:0;
	background:url(../images/slider/verticle-line.jpg) no-repeat top right;
}

#three-columns > li > ul{
	list-style-type: disc;
	margin-left:34px;
}

#two-columns{margin-top:30px;}

#two-columns:after{
	content:".";
	display:block;
	height:0;
	line-height:0;
	clear:both;
	visibility:hidden;
}

#two-columns > li{
	float:left;
	width:680px;
	padding-left: 20px;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
}

#two-columns > li:first-child{
	width:248px;
	padding-left:0;
	background:url(../images/slider/verticle-line.jpg) no-repeat top right;
}

#two-columns > li > ul{
	list-style-type: disc;
	margin-left:34px;
}

.two-columns{width:50%;float:left;}

/*IDs End
//////////////////////////////*/

/*Classes*/

.tagline{
	font-family: 'open_sans_condensedbold', Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #003399;
	text-align: center;
}

.left-align{
	float:left;
	margin:0 15px 15px 0;
}

.dark-blue{
	color: #003399;
	font-weight:normal;
}
/*Classes End*/

#two-columns ul.portrait-gallery{
  margin-left: 0;
}

.portrait-gallery:after{
  content:'.';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.portrait-gallery li{
  width: 31%;
  margin-right: 2%;
  float: left;
  list-style: none;
  color: #4e008d;
  font-family: 'open_sanscondensed_light';
  margin-bottom: 20px;
  font-weight: 900;
}

.portrait-gallery li:nth-child(3n){
  margin-right: 0;
}
.portrait-gallery li:nth-child(3n+4){
  clear: left;
}

.portrait-gallery img{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.portrait-gallery li h2{
  font-size: 14px;
  color: #4e008d;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 100;
}

/*Msg Above the Banner*/
h2.heading-popup {
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
    padding: 5px 10px;
    font-size: 1.7em;
    background-color: #696665;
    line-height: normal;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0;
    border-bottom: 10px solid #64c7f8;
}
.show-overlay {
    background: rgba(0, 0, 0, .75);
    position: fixed;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    z-index: 999;
}
span.btn-close-popup {
    position: absolute;
    right: 0px;
    padding: 1px 10px;
    top: 0px;
    cursor: pointer;
    font-size: 25px;
}
.content-popup {
    width: 50%;
    height: 480px;
    min-height: 300px;
    z-index: 9999;
    background: #fff;
    border: 1px solid #c1c1c1;
    padding: 10px 30px;
    border-radius: 4px;
    overflow-y: auto;
    top: 100px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    text-align: left;
    display: none;
}
.content-popup h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.content-popup p {
    font-size: 15px;
}
.content-popup ul {
    margin-left: 18px;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    list-style: disc;
}
.content-popup ul li {
    margin-bottom: 10px;
}
.content-popup h3 {
    text-align: right;
    margin-top: 25px;
    color: #003399;
    margin-bottom: 10px;
}