/*

	Template Author : pixelhint.com
	Author Email    : contact@pixelhint.com

	
	*****************************************
	
	
	- Header
	- Billboard
	- Services/features
	- Testimonials
	- Info section
	- Take To Action section
    - footer
	- Responsive code
	
*/


/*  Fonts  */
@font-face {
    font-family: 'BlsW-Rg';
    src: url('/fonts/blsw-rg.eot');
    src: url('/fonts/blsw-rg.eot?#iefix') format('embedded-opentype'),
         url('/fonts/blsw-rg.woff2') format('woff2'),
         url('/fonts/blsw-rg.woff') format('woff'),
         url('/fonts/blsw-rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato_regular';
    src: url('/fonts/lato-regular.eot');
    src: url('/fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lato-regular.woff') format('woff'),
         url('/fonts/lato-regular.ttf') format('truetype');
         /*url('/fonts/lato-regular.svg#LatoRegular') format('svg');*/
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'lato_bold';
    src: url('/fonts/lato-bold.eot');
    src: url('/fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lato-bold.woff') format('woff'),
         url('/fonts/lato-bold.ttf') format('truetype');
         /*url('/fonts/lato-bold.svg#LatoBold') format('svg');*/
    font-weight: normal;
    font-style: normal;

}

body
{
font-family: 'BlsW-Rg', 'lato_regular', arial;
color:#404040;
letter-spacing:0.2px; /*0.1px for lato*/
}

.bold{
    font-weight: bold;
    font-style: normal;
}


/* this will hide the text until the font-deck fonts can load */
.wf-loading body {
    visibility: hidden;
}


/*invisble class for skip link and some homepage content*/
.invisible
{
  position: absolute;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px; 
  width: 1px; 
  overflow: hidden;
}



.sliced_image
{
border-top: 1px #dedede solid;
background-image: url('/img/carousel/373728_slice.jpg');
background-size:cover;
height:20px;
}

/*highlight active navigation at top*/
.active_nav
{
font-weight:bold;
/*border-bottom: 3px solid #FFBF47;
padding-bottom:2px;*/
}

.intro_link
{
margin-top:20px;
}

#homestatic_image {
	height: 300px;
	width:100%; 
	/*background-color: #ccc;*/
	overflow: hidden;
	background-color: #ccc;
}
#homestatic_image p {
	float: left;
    line-height: 150%;
    margin: 20px;
    width: 33%;
    font-size: 150%;
    padding: 10px;
}
#homestatic_image a {
    background-color: #404040;
	font-size: 75%;
    text-decoration: none;
	padding: 5px;
}
#homestatic_image img {
	
	/*background-image: url('/img/carousel/167108.jpg');
	background-size:cover;*/
	border-top: 1px #dedede solid;
	max-width:800px; 
	margin-left: auto;
	margin-right: auto;
	float: right;
	width: 60%;
	height: auto;
}

#about
{
background-image: url('/img/carousel/516021_slice.jpg');
}

#publications
{
background-image: url('/img/carousel/167108_slice.jpg');
}

#services
{
background-image: url('/img/carousel/544661_slice.jpg');
}


.page_content
{
border-top: 1px #dedede solid;
padding: 30px 40px 100px 40px;
background-color:#fff;
height:none;
}




.breadcrumbs
{
margin-bottom:40px;
font-size:90%;
line-height:120%;
}

.breadcrumbs a
{
outline: 3px solid transparent;
text-decoration:underline;
color:#005b9e;
}


.breadcrumbs a:hover, .breadcrumbs a:focus
{
outline: 3px solid #FFBF47;
}

.content
{
font-size:105%;
width:67%;
float:right;
margin-right:40px;
line-height:1.5em;
margin-bottom:40px;
}

.content h1
{
font-size:136%;
margin-bottom:30px;
}
.content h2 {
color: #6e6e6e;
font-size: 120%;
}

.content h2, .content h3
{
margin: 0 0 0.5em;
/*margin: 2em 0 0.5em;*/
}

.content p
{
margin-bottom:1.4em;
}

.content a
{
color:#005b9e;
text-decoration:underline;
outline: 3px solid transparent;
}

.content a:hover, .content a:focus
{
outline: 3px solid #FFBF47;
}
/*.content a:hover img, .content a:focus img
{
outline: none;
}*/

.content ul, .content ol
{
margin-left:15px;
margin-bottom:1em;
}
ul.newslist {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 3em; 
	margin: 0px; 
	padding-top: 0px; 
	list-style-type: none;
	color: #666;
}
ul.newslist li {
	padding-bottom: 10px; 
}

ul.docslist {
	padding-right: 0px; 
	padding-left: 0px; 
	float: left; 
	padding-bottom: 40px; 
	margin: 0px; 
	width: 98%; 
	padding-top: 0px; 
	list-style-type: none;
}
ul.docslist li {
	clear: both; 
	
	display: block; 
	margin: 0px; 
	background: none transparent scroll repeat 0% 0%; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	padding-right: 0px; 
	padding-top: 0.5em;
}
ul.docslist li img.cover {
	border-right: #065b96 1px solid; 
	border-top: #065b96 1px solid; 
	float: left; 
	margin: 0.5em 1em 0px 0px; 
	border-left: #065b96 1px solid; 
	width: 30%; 
	border-bottom: #065b96 1px solid; 
/*	height: 146px*/
}
a img.cover:hover, a img.cover:focus
{
outline: 3px solid #FFBF47;
}

table {
    background-color: #BABABA;
    border: 0 none;
	border-spacing: 2px;
	margin: 0 0 15px;
	border-collapse: separate;
}
tr:nth-child(2n) td {
    background-color: #FFFFFF;
}
th {
    background-color: #d8e0e5;
    border-style: none;
  /*  font-size: 100%;*/
    font-weight: bold;
    padding: 5px 15px;
    text-align: left;
}
td {
    background-color: #F0F4F7;
    border-style: none;
  /*  font-size: 90%;*/
    font-weight: normal;
    padding: 5px 15px;
    text-align: left;
}

/* Overide Google search results CSS */
#cse-search-form
{	
	/*height: 100%;
    float: left;*/
    margin:0 !important;
    padding:0 !important;
}
.gsc-control-cse, .gsc-control-cse .gsc-table-result {
	background-color: #fff !important;
}
.gsc-resultsHeader, td.gsc-clear-button {
	display: none !important;
}
table.gsc-above-wrapper-area-container, td.gsc-table-cell-snippet-close, table.gsc-search-box, td.gsc-result-info-container, td.gcsc-branding-text, td.gsc-input {
	background-color: #fff !important;
}
table.gsc-search-box {
	width: 80% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title *, .gsc-selected-option-container {
    font-size: 120% !important;
	font-family: 'BlsW-Rg',"lato_regular",arial;
	height: 2em;
}
.gsc-result-info {
    font-size: 80% !important;
}	
#cse-search-form #q
{
	border:1px solid #3d3d3d !important;
    margin: 0px -1px 0px 0 !important;
    padding:4px !important;
	/*float:left;*/
	height: 15px !important;
}
input.gsc-search-button {
   background-color: #404040 !important;
    border: medium none !important;
    color: #fff !important;
    cursor: pointer !important;
    float: left !important;
    height: 100% !important;
	margin-left: 6px !important;
}
td.gsc-search-button {
/*	padding: 5px !important;*/
	background-color: #fff  !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
	padding: 9px 27px !important;
	margin-top: 10px;
}

.search_results td
{
	font-family: 'BlsW-Rg',"lato_regular",arial;
    font-size: 145% !important;
}
.gs-fileFormat, span.gs-fileFormatType {
    font-size: 100% !important;
}

/* enable search results to adapt to width */
.gs-webResult {
    width: auto !important;
}
td.gsc-input {
	padding: 0px  !important;
	height: 3em  !important;
}
.cse input.gsc-search-button, input.gsc-search-button {
font-size: 100% !important;
font-weight: normal !important;
}

input.gsc-input {
background-color: #F0F4F7 !important;
/*    border: 1px solid #404040 !important;*/
    border-radius: 0 !important;
    color: #000 !important;
    float: left !important;
    height: 100% !important;
    line-height: normal !important;
 /*   padding-left: 10px !important;*/
/*	width: 90%;*/
}

td.gcsc-branding-img-noclear {
	background-color: #fff !important;
}

.backtotop
{
float:right;
}


/*add extra css if javascript is present for floating version*/
a.backtotop-js {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: url("/img/chevron_up_wbox.png") no-repeat center;
}

.totop a.backtotop-js:hover, .totop a.backtotop-js:focus 
{
outline: 3px solid transparent;
}

.totop a.backtotop-js:hover 
{
background: url("/img/chevron_up_hover_wbox.png") no-repeat center;
}


.page_navigation
{
width:23%;
float:left;
margin-right:20px;
margin-bottom:20px;
}


.page_navigation .active
{
font-weight:bold;
list-style-type:none;
}

.page_navigation p
{
font-size:110%;
margin-bottom:10px;
}

/*headline text in carousel*/
.blue_text
{
font-family:'lato_regular', 'Open Sans', Arial;
color:#fff;
background-color:#0091CE;
padding:5px;
}

.yellow_text
{
font-family:'lato_regular', 'Open Sans', Arial;
color:#404040;
background-color:#0091CE;
padding:5px;
}

/*the li tags*/
.page_navigation li
{
margin-bottom:10px;
border-bottom:1px solid #dedede;
padding-left:2px;
}


/*sub-navigation styles*/
.page_navigation .level-2 li
{
border-bottom:1px solid #dedede;
list-style-type:circle;
}

.page_navigation .level-2 .active
{
list-style-type:disc;
}


.page_navigation a
{
display:block;
outline: 3px solid transparent;
text-decoration:none;
color:#404040;
}


.page_navigation a:hover, .page_navigation a:focus
{
outline: 3px solid #FFBF47;
}

#navigation_heading
{
font-family:'lato_regular', 'Open Sans', Arial;
color:#fff;
background-color:#0091CE;
padding:5px;
font-weight:bold;
border: 2px solid #0091CE;
}



.page_navigation ul 
{
list-style:none;
line-height:1.5em;
}

.level-2
{
margin-left:20px;
}


.cookie-info
{
background: #f7f7f7;
width:100%;
padding:20px 0px 20px 0px;
border-bottom: 1px solid #404040;
line-height:20px;
}

.cookie-text a
{
color:#404040;
outline: 3px solid transparent;
}

.cookie-text a:hover, .cookie-text a:focus 
{
text-decoration:none;
	outline: 3px solid #FFBF47;
}

.clear {
clear:both;
}

.max_width {
max-width:1200px;
margin-left:auto;
margin-right:auto;
}

.search_hide {
display:none;
}

.search {
height:50px;
margin-top:30px;
margin-bottom: 20px;
width:100%;
}

#site-search{
height: 40px;
width:80%;
margin-left:auto;
margin-right:auto;
}

#search-box {
background-color: #e7e7e7;
border: 1px solid #404040;
border-radius: 0;
color: #000;
height: 3em;
padding-left: 10px;
line-height:normal;
width:80%;
float:left;
}



#search-btn {
background-color:#404040;
color: #fff;
border: none;
cursor: pointer;
/*padding-top:9px;
padding-bottom:10px;*/
float:left;
color: #fff;
height: 3em;
}



.introduction
{
max-width:1200px;
margin-left:auto;
margin-right:auto;
margin-top:40px;
margin-bottom:40px;
}

.intro
{

font-size:120%;
max-width:80%;
line-height:25px;
margin-left:auto;
margin-right:auto;
}

.intro a
{
color:#404040;
	outline: 3px solid transparent;
}

.intro a:hover, .intro a:focus
{
	outline: 3px solid #FFBF47;
	
}


/*implementing class for browsers that don't support backgoundsize*/
.customer_comments
{
margin-top:40px;
margin-bottom:30px;
font-size:120%;
max-width:80%;
line-height:25px;
margin-left:auto;
margin-right:auto;
}

.customer_comments a
{
color:#404040;
	outline: 3px solid transparent;
}

.customer_comments a:hover, .ie_customer_comments a:focus
{
	outline: 3px solid #FFBF47;
}



.text-hide {

    color: transparent;
display:none;
    left: -9999em;
}


/*  General CSS*/
.wrapper{
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
    position: relative;
}

::selection {color:#ffffff;background:#353434;}
::-moz-selection {color:#ffffff;background:#353434;}

.feature a,
.cta a.cta_btn,
.testimonials #t_navigation a,
header ul.social li a,
header nav ul li a, header .logo a {
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}


/*top_nav*/

.top_nav
{
margin-top:5px;
font-size:90%;
}

.top_nav p
{
float:right;
}

.top_nav a
{
text-decoration:none;
color: #404040;
outline: 3px solid transparent;
}

.top_nav a:hover, .top_nav a:focus
{
outline: 3px solid #FFBF47;
}

.responsive_icons
{
float:right;
}



/*  header  */
header{
    width: 100%;
    height: 95px;
    background: #fff /*#007AB2;*/ /*CIB blue*/ /*#96c11f; /*CIB green*/ /*#353434; dark grey*/
}

header .logo {
    float: left;
	/*to push into div above*/
    margin-top: -10px;

}


.logo_link a
{
outline:none;
}

.logo_link a:focus, .logo_link a:hover
{
outline:none;
}


.logo_link a img {
	outline: 3px solid transparent; /*for links on hover*/
		height:75px;
}

.logo_link a:hover img, .logo_link a:focus img {
	outline: 3px solid #FFBF47;*/ /*for links on hover*/
}




header .menu_icon{
    display: block;
    width: 35px;
    height: 35px;
    background: url('/img/menu_icon_cib2.png') no-repeat;
    float: left;
    margin-top: 25px; /*formerly 35px*/
    display: none;
	outline: 3px solid transparent;
}

header .search_icon{
    display: block;
    width: 35px;
    height: 35px;
    background: url('/img/search.png') no-repeat;
    float: left;
    margin-top: 27px; /*formerly 37px*/
    display: none;
	padding-right:15px;
	outline: 3px solid transparent;
}


/*menu and search icons highlight*/
header a:hover, header a:focus
{
	outline: 3px solid #FFBF47;
}


header nav{
    overflow: hidden;
    display: inline-block;
    margin: 15px 0 0 40px; /*formerly 30px 0 0 40px;*/
    padding: 13px 3px 13px 40px;
    border-left: 1px #404040 solid; 
    z-index: 9999;
}

header nav ul{
    list-style: none;
}

header nav ul li{
    float: left;
    margin-left: 35px;
    font-size: 18px;
    font-family: 'lato_regular', arial;
    letter-spacing: 1px;

}

header nav ul li:first-child{
    margin-left: 0;
}

header nav ul li a {
    text-decoration: none;
    color: #404040;
outline: 3px solid transparent;
}

header nav ul li a:hover, header nav ul li a:focus {
	/*color: #65bf95; turns a light green*/
	outline: 3px solid #FFBF47; /*for links on hover*/
	
}


header ul.social {
    float: right;
    list-style: none;

}

header ul.social li {
    float: left;
    /*margin-left: 15px;*/
}

header ul.social li a {
   color:#404040;
   display:block;

}

header ul.social li.lang a {
margin-top:43px;
   text-decoration: none;
}

header ul.social li.twitter a{
    display: block;
/*    width: 35px;
    height: 35px;*/
margin-top:20px; /*formerly 32px*/
   background-color:#fff;
	background: url('/img/TwitterLogo_blue.png') no-repeat;
	outline: 3px solid transparent; /*for links on hover*/
}


header ul.social li a:hover, header ul.social li a:focus {
	outline: 3px solid #FFBF47; /*for links on hover*/
}



/*  Services/features  */
.features{
    width: 100%;
    padding-top: 100px;
    background: #f7f7f7;
    overflow: hidden;
}

.features .feature{
    display: block;
    width: 28.83333333333333%;
    height: auto;
    float: left;
    margin-right: 6.666666666666667%;
    margin-bottom: 100px;
}

.features .feature:nth-child(3n+0)
{
    margin-right: 0;
}

.feature .ficon{
    display: block;
    width: 18.78612716763006%;
    float: left;
    margin-right: 11.5606936416185%;
}

.feature .details_exp{
    display: block;
    width: 69.36416184971098%;
    float: left;
}

.feature h3{
    margin-bottom: 20px;
    color: #404040;
    font-family: "lato_bold", arial;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;

}

.feature p{
    margin-bottom: 20px;
    color: #404040;
    font-family: "lato_regular", arial;
    font-size: 18px;
    line-height: 22px;

}

.feature a{
    color: #404040;
    font-family: "lato_regular", arial;
    font-size: 18px;
    /*text-decoration: none;*/
    letter-spacing: .5px;
	outline: 3px solid transparent; /*for links on hover*/
	line-height:130%;
}

.feature a:hover, .feature a:focus {
    color: #353434;
	outline: 3px solid #FFBF47; /*for links on hover*/
}

.highlight {
	outline: 3px solid #FFBF47; /*for links on hover*/
}

.feature a span{
    font-family: arial;
    margin-left: 10px;
}

a#phone_link, a#phone_link:hover, a#phone_link:focus, a#phone_link:active, a#phone_link:visited {
    color: #404040;
    text-decoration: none;
}


/*News*/

.news
{
line-height:30px;
color:#404040;
font-size:120%;
}


.news_items
{
margin-left:5%;
margin-right:5%;
margin-top:80px;
margin-bottom:100px;
}


.news_items dd {
margin-bottom:20px;
}

/*.news span 
{
font-size:140%;
border-bottom:3px solid #0091CE;
padding-bottom:5px;
}*/


.news span 
{
font-size:140%;
border-bottom:3px solid #0091CE;
padding-bottom:5px;
}

.news h2
{
margin-bottom:20px;
line-height:40px;
}

.news a {
	display:block;
    text-decoration: none;
	outline: 3px solid transparent; /*for links on hover*/
	color:#404040;
}

.news a:hover, .news a:focus {
    color: #353434;
	outline: 3px solid #FFBF47; /*for links on hover*/
}


.twitter_news {
float:right;
}

.twitter_news a{
outline: 3px solid transparent;
}

.twitter_news a:hover, .twitter_news a:focus {
outline: 3px solid #FFBF47;
}


.sep_line{
    display: block;
    width: 13.5px;
    height: 100px;
}

.sep_line:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #dedede;
    margin: 0 auto;
}

.sep_top{
    border-bottom: 1px #dedede solid;
    margin: 0 auto 40px auto;
}

.sep_bottom{
    border-top: 1px #dedede solid;
    margin: 40px auto 0 auto;
}




/*  Info Section  */
.info{
    width: 100%;
    overflow: hidden;
    background: #6b6b6b; /*template: #404040;*/
}

.info_pic{
    display: block;
    width: 50%;
    height: 405px;
    float: left;
    background: url('/img/carousel/525409727.jpg') no-repeat;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.info_details{
    display: block;
    width: 50%;
    height: 245px;
    float: left;
    padding: 80px 0;
}

.info_details h2{
    color: #fff;
    font-family: "lato_bold", arial;
    font-size: 30px;
    font-weight: bold;
    font-weight: bold;

    max-width: 560px;
    margin: 0 0 3.333333333333333% 40px;
    letter-spacing: 1px;
    line-height: 40px;
}

.info_details h3{
    color: #fff;
    font-family: "lato_bold", arial;
    font-size: 30px;
    font-weight: bold;
    font-weight: bold;

    max-width: 560px;
    margin: 0 0 3.333333333333333% 40px;
    letter-spacing: 1px;
    line-height: 40px;
}

.info_details p{
    color: #ededed;
    font-family: "lato_regular", arial;
    font-size: 16px;
    max-width: 560px;
    margin: 0 0 3.333333333333333% 40px;
    letter-spacing: 1px;
    line-height: 30px;
}

.info_details a{
    color: #fff;
    font-family: "lato_regular", arial;
    font-size: 16px;
    margin: 0 0 0 40px;
   /* text-decoration: none;*/
	outline: 3px solid transparent; /*for links on hover*/	
}

.info_details a:hover, .info_details a:focus {
	outline: 3px solid #FFBF47; /*for links on hover*/
}

.info_details a span{
    margin-left: 10px;
}

.info_text {
max-width:80%;
margin-left:auto;
margin-right:auto;
}


/*  Call To Action Section  */
.cta{
    display: block;
    text-align: center;
    padding-top: 100px;
}

.cta h2{
    color: #6b6b6b;
    font-family: "lato_bold", arial;
    font-size: 34px;
    font-weight: bold;

    letter-spacing: 1px;
}

.cta h3{
    color: #6b6b6b;
    font-family: "lato_bold", arial;
    font-size: 34px;
    font-weight: bold;

    letter-spacing: 1px;
}

.cta p{
    color: #7f7c7c;
    font-family: "lato_regular", arial;
    font-size: 17px;
    margin-top: 20px;
    letter-spacing: .5px;
}

.cta a.cta_btn{
    display: inline-block;
    padding: 20px 60px;
    background-color: #6b6b6b /*#65bf95*/;
    color: #fff;
    font-family: "lato_regular", arial;
    font-size: 20px;
    text-decoration: none;
    margin-top: 60px;

    letter-spacing: 1px;


    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
	outline: 3px solid transparent; /*for links on hover*/
}

.cta a.cta_btn:hover, .cta a.cta_btn:focus {
    background: #0091ce /*#56b086*/;
	outline: 3px solid #FFBF47; /*for links on hover*/
}

.cta .cta_sep{
    display: block;
    width: 1px;
    height: 100px;
    background: #dedede;
    margin: 0 auto;
}




/*  Footer  */
footer {
color:#404040;
    padding: 100px 0;
    border-top: 1px #dedede solid;
    background-color: #f7f7f7;

}

.footer_content .column
{
width:50%;
float:left;
/*padding-bottom:100px;*/
background:#f7f7f7;
}

.footer_content
{
margin-left:10%;
font-size:120%;
line-height:1.8em;
background:#f7f7f7;
}

.footer_content a
{
color:#404040;
text-decoration:none;
	outline: 3px solid transparent;
}

.footer_content a:hover, .footer_content a:focus
{
	outline: 3px solid #FFBF47;
}




/*	Images	*/
.docicon {
   /*   display: inline;*/
    height: 28px;
    margin: 2px 0 5px 2px;
    vertical-align: middle;
    width: 28px;
}
IMG A:hover {
	TEXT-DECORATION: none
}


/*Ticker - Covid19 */

.ticker{
    background: #fe0;
    margin: 0;
    border: 0;
    outline: 0;
    padding: 15px 10px 15px 10px;
    text-align:center;
    line-height: 1.250em;
    vertical-align: baseline;
}

.ticker ul{
    list-style: none;
    display:inline-block;
    /*IE*/
    zoom:1;
    *display: inline;
}

.ticker ul li{    
    float: left;
    padding-left: 4px;
}

.ticker a{
    color:#404040;
}

.ticker a:hover, .cookie-text a:focus {
    text-decoration: none;
    outline: 3px solid #FFBF47;
}


/*  MEDIA QUERIES  */

@media (max-width:1200px){
    .wrapper{
        padding: 0 40px;
    }

}


@media (max-width:1000px){
    .billboard .caption{
        text-align: center;
        margin-left: 0;
    }
    .cta{
        width: 80%;
        margin: 0 auto;
    }
}


@media (max-width:1000px) {


/*if browser does not support backgroundsize*/
.no-backgroundsize .info_pic{
    display: none;
    }

.no-backgroundsize .info_details{
    display: block;
    width: 100%;
    height: auto;
    float: left;
    padding: 80px 0;
}




.twitter
{
display:none;
}

/*ul.social{
display:none;
}*/

}


@media (max-width:980px) {
    .info_pic,
    .info_details{
        width: 100%;
    }

    .info_details{
        height: auto;
        padding: 40px 0;
    }

    .info_details h3,
    .info_details p,
    .info_details a{
        max-width: 80%;
        display: block;
        text-align: center;
        margin: 40px auto;
    }

/*move navigation from left to bottom of page*/	
.content
{
float:none;
width:100%;
padding-bottom:40px;
border-bottom: 1px #dedede solid;
}

.page_navigation
{
/*float:none;*/
width:100%;
}	

}

@media (max-width:940px){
    
    header .logo{
        float: none;

    }

    header .menu_icon, header .search_icon {
        display: block;
    }

    ul.social{
        display: none;
    }

    header nav{
        display: block;
        background: #fff; /*#007AB2; /*CIB blue*/ /*#353434; dark grey*/
        margin: 9px 0 0 0;
        padding: 0;
        border-left: 0;
        border: 1px #2c2c2c solid;
        overflow: hidden;
        text-align: center;
        position: relative;
        z-index: 9999;
        display: none;
    }
    header nav{
        border-bottom-left-radius: 2px; 
        -webkit-border-bottom-left-radius: 2px; 
        -moz-border-bottom-left-radius: 2px; 
        -o-border-bottom-left-radius: 2px; 
        border-bottom-right-radius: 2px; 
        -webkit-border-bottom-right-radius: 2px; 
        -moz-border-bottom-right-radius: 2px; 
        -o-border-bottom-right-radius: 2px; 
    }
    header nav.show_menu{
        display: block;
    }
    header nav ul li{
        margin: 0;
        width: 100%;
        border-bottom: 1px #2c2c2c solid;
    }
    header nav ul li:last-child{
        border-bottom: 0;
    }
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 20px 0;
		margin: 3px;
    }
    header nav ul li a:active, header nav ul li a:focus, header nav ul li a:hover {
        display: block;
        width: 100%;
        padding: 20px 0;
        /*background: #404040; /*2c2c2c;*/
	}
#homestatic_image {
   height: 260px;
}	
#homestatic_image p {
    line-height: 140%;
    font-size: 140%;
	width: 40%;
}
#homestatic_image img {
	width: 50%;
}	
#homestatic_image a {
	font-size: 65%;
	padding: 5px;
}
    
    .features .feature{
        width: 46.66666666666667%;
        margin-right: 6.666666666666667%!important;
    }
    .features .feature:nth-child(2n+2)
    {
        margin-right: 0!important;
    }
	
#search-box
{
width:70%;
}
	
}


@media (max-width:700px){
    

.ticker ul{
	text-align:center;
}

.ticker ul li{
    float:none;
    padding-left: 0px;
    display:inline-block;
}
    
.footer_content .column
{
float:none;
width:100%;
}

.second_column
{
margin-top:40px;
}
#search-box {
width:70%;
}

#homestatic_image {
   height: 210px;
}	
#homestatic_image p {
    line-height: 136%;
    font-size: 120%;
}
#homestatic_image img {
	width: 50%;
}	
#homestatic_image a {
	font-size: 30%;
	padding: 5px;
}

}


@media (max-width:600px){

#homestatic_image img {
	display:none;
}	
#homestatic_image p {
    width: 80%;
}
}


@media (max-width:540px) {

.logo_link a img {
height:55px;
}

/*header .search_icon {
display:none;
}*/



header .logo
{
margin-top:5px;
}

}



@media (max-width:500px){
.features .feature{
	width: 100%;
	margin-right: 0!important;
}
#search-box {
	width:60%;
}

}


@media (max-width:405px){


#search-box
{
width:45%;
}


}


@media (max-width:360px){

.logo_link a img {
height:45px;
}

}


/*at very low screen widths, remove search icon (still available from menu icon)*/
@media (max-width:319px) {

#search_icon
{
display:none;
}


}



