/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}


ol.nav-stacked {
  margin-bottom: 50px;
}

.items-more {
  padding-top: 30px;
}

.items-more::before {
  position: relative;
  content:"More Articles";
  font-size: 1.5em;
  top: -20px;
  
}

.footerc {
  margin-top:20px;
  float: right;
}

.footerc a {
  margin-top:0;
}

.item-page a[target="_blank"]:after, #s5_top_row3_area1 a[target="_blank"]:after, .blog-featured a[target="_blank"]:after, #s5_below_columns_wrap1 a[target="_blank"]:after {
  content: "  \f08e";
  font-family: "fontAwesome";
  font-size:inherit;
}

.item-page a[href^="mailto"]:after, .blog-featured a[href^="mailto"]:after {
  content: " \f0e0";
  font-family: "fontAwesome";
  font-size: inherit;
}

#search {
  float: right;
  position: absolute;
  right: 30px;
  top: 118px;
}

#search button {
  border-radius: 16px!important;
background: #000;
color: #ffffff!important;
}

#search button:hover {
background: #fff!important;
  color:#222!important;
}

body {
  /*font-size: 95%;*/
  color: #555;}

::selection {
	background: #ddd; /* Safari */
  color: #FFF;
	}
::-moz-selection {
	background: #000; /* Firefox */
  color: #FFF;
}

#s5_loginreg {
margin-right: 10px;
  width:120px;
  line-height:100%;
  float:left!important;
  margin-bottom: 20px;
}
.contact-name, .list-title {
  font-weight: 600;
  color:#0f9aab;
}

.contact-position {
  font-weight: 600;
}

.contact-form fieldset legend {
  font-size: .75em;
}

.contact #basic-details div.thumbnail, .contact #basic-details div.thumbnail pull-right {
float: left;
position: relative;
right: 0;
background: #ffffff !important;
border: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
margin-right: 20px;
}

.contact-category form .category {
  list-style: none;
  margin-left: 0;
}

.contact-category form .category li {
  background: #fff;
  padding-left: 30px;
  margin-bottom: 20px;
}

#s5_socialicons {
  top: 200px;
}

#s5_header_wrap::after {
  content:"";
  background:#fff;
  opacity:.7;
  width: 100%;
  height: 50px;
  position:absolute;
  left: 0;
  bottom: 10px;
  z-index:-1000;
}

#s5_logo {
  margin-top:0;
  width: 110px;
  margin-left:12px;
}

#s5_header_area2 {
    background: none repeat scroll 0% 0% #0066A1;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
}

#s5_register, #s5_login {
  padding: 3px 10px;
text-align: center;
  font-size:.75em;
  color: #f5f6f7;
text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
background: #595959;
background: -moz-linear-gradient(top, #595959 26%, #858383 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#595959), color-stop(100%,#858383));
background: -webkit-linear-gradient(top, #595959 26%,#858383 100%);
background: -o-linear-gradient(top, #595959 26%,#858383 100%);
background: -ms-linear-gradient(top, #595959 26%,#858383 100%);
background: linear-gradient(to bottom, #595959 26%,#858383 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#858383',GradientType=0 );
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset, 0 2px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset, 0 2px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset, 0 2px 1px rgba(0, 0, 0, 0.1);
}

#s5_login:hover {
background: #848b90;
}

#s5_top_row2_area1 {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

#basic-details div.thumbnail {
float: left;
position: relative;
right: 0;
background: #ffffff !important;
border: 1px solid #dddddd !important;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) !important;
-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) !important;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) !important;
  margin-right: 20px;
}

#basic-details div.thumbnail img {
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}



/*---------main menu style ----------*/

#s5_menu_wrap ul li a span, #s5_menu_wrap ul li.subMenuBtn a span.S5_submenu_item {
  font-family: 'Cabin Condensed', sans-serif!important;
  /*font-size: .75em;*/
  color:#fff;
  
}

#s5_menu_wrap ul li.active:before {
  position: absolute;
  content:'';
  width: 100%;
  left: 0;
  border-bottom: 2px solid orange;
}

#s5_menu_wrap ul li:hover  {
  opacity: .7;
}

#s5_menu_wrap {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.s5_img_span img {
  width: 24px;
  margin: 0 5px 0 0!important;
  padding-top:0;
  cursor: pointer;
}


/*#s5_nav li:first-child {
  display:none!important;
}*/

/*---------breadcrumbs---------*/

#s5_breadcrumb_wrap { margin-right: 4%; float: right;}

.breadcrumb li a, .breadcrumb li span {
  font-size: .75em;
}

.breadcrumb li.active:first-child {
  color: #EA8C1C;
  font-size: .75em;
}
/*--------twitter---------*/
/*#tdm, #tdm-container, #tdm-header {
  background: none!important;
  border: none;
  font-size: .9em;
  padding: 0 5px;
}*/

#tdm {
  background: none!important;
  border: none;
  padding: 0 5px;
}

#tdm-container {
  border: none;
  background: none!important;
}

#s5_bottom_row2_area1 {
  padding-top: 50px;
}


/*.item-page .dropdown-toggle, .blog .dropdown-toggle, .item .dropdown-toggle {
  margin-top: -50px;
}*/





/*-----------video top home page ------------*/
#s5_pos_top_row1_1 {
  /*height: 835px;*/
  padding: 0;
  margin:0;
}

#s5_pos_top_row1_1 .module_round_box {
  margin:0;
  padding: 0;
}


.videowrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  padding-left:0;
  padding-right:0;
  margin-top: -6.35%;
}

.videowrapper .avVideo .avPlayerContainer .avPlayerBlock {
width: 100%!important;
position: inherit!important;
padding: 0!important;
height: 0;
}

.videowrapper iframe {
  width: 100%!important;
}

/*-----------video popups ------------*/

.videowrapper3 {
  position: relative;
  padding-bottom: 10.25%; /* 16:9 */
  padding-left:0;
  padding-right:0;
  width: 80%;
  height: 100%;
}

.videowrapper3 .avVideo .avPlayerContainer .avPlayerBlock {
width: 100%!important;
position: inherit!important;
padding: 0!important;
height: 0;
}

.videowrapper3 iframe {
  width: 100%!important;
  height: 100%;
}

/*-----------video featured home page ------------*/


.avPlayerWrapper {
width: 50%;
margin: 10px 20px 25% 0;
  float: left;
}

.videowrapper2 {
  position: relative;
  padding-left:0;
  padding-right:0;
  float: left;
}

.videowrapper2 .avVideo .avPlayerContainer .avPlayerBlock {
width: 50%!important;
position: inherit!important;
padding: 0!important;
height: 0;
}

.videowrapper2 iframe {
  width: 100%!important;
  height: 100%;
}

.item-page .avPlayerWrapper {
  width:48%;
  float: left;
  margin-right:1%;
  margin-bottom: 20px;
  clear:none;
}

.item-page .avVideo .avPlayerContainer .avPlayerBlock {
  width: 100%!important;
  position: relative!important;
  padding: 0 0 75% 0!important;
}

.interview {
  float: left;
  width:100%;
  box-sizing: border-box;
}

.interview .videointerview {
  position:relative;
  width:50%;
  float:right;
  margin-left:20px;
  margin-right:20px;
}

.interview .videointerview .avPlayerWrapper {
width: 100%;
margin: 0;
}

.interview .videointerview .avVideo .avPlayerContainer .avPlayerBlock iframe {
  min-width:240px!important;
}

.interview .videointerview .description {
width: 100%;
padding: 20px 30px;
margin: 0 0 30px 0;
box-sizing: border-box;
background: #000000;

}

.interview .videointerview .description > p, .interview .videointerview .description > h3 {
  color: #ffffff;
}
/*-------- right navigation style ---------- 

#s5_right_wrap .module_round_box_outer {
  margin-left: 35px;
}



#s5_center_area1 .module_round_box_outer ul.menu a, #s5_center_area1 .module_round_box_outer ul.usermenu a  {
font-size: inherit;
  width: 100%;
}

#s5_center_area1 .module_round_box_outer ul.menu a:hover {
color: #fff;
background: #666;
}

#s5_accordion_menu h3 {
height: auto !important;
}*/
#s5_center_area1 .module_round_box_outer ul.menu a {
font-size: inherit;
  width: 100%;
}





/*---------------blog pages styles------------------*/

/*.item-page, .blog-featured {
  margin-top: 60px;
}*/
.blog-featured .items-row p {
  text-align: left;
}

.blog-featured .items-row {
margin-bottom: 50px;
border-bottom: 1px solid #eee;
}

.blog h2 a {
line-height: 110%;
}
.blog-featured .items-row img {
  float: left;
  margin-right: 15px;
}

p.readmore a.btn {
  position: relative;
  background: #1c75bc;
  color: #fff!important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 5px 12px;
  transition: all .5s;
-webkit-transition: all .5s; /* Safari */
  font-size:inherit;
}

p.readmore a.btn:hover {
  background: #0f9aab;
}

  

.blog-featured .items-row .btn-group, .blog-featured .items-row .spcomments {
  display: none!important;
}



.item-title {
  line-height: 1.25;
  text-align: left;
  padding-right:5%;
}

 .item-page h2 a, .item-page h2 {
  line-height:100%;
  font-size: 1.25em;
}

 .item-page h1 {
  display: block;
  color: #000;
  font-size: 1.5em;
  border:none;
}

.blog-featured h1, .item-page h1 {
  margin-bottom: 25px;
}



a.contentpagetitle, .item-page h3 a, .item-page h3, .item-page page-header h3 {
text-decoration: none!important;
font-size: 1.6em;
color: #666;
font-weight: normal;
  font-weight: lighter;
  line-height:1;
  
}

.item-page h3 {
  padding-left: 30px;
}

.item-page h3:before {
    content: "\f04d"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
  color: #f7941e;
  font-size: .75em;
  position: absolute;
  left: 10px;
  padding-top: 2px;
}

p a, ul.ul_form a {
  color: #0f9aab;
}

.blog-featured h1, .item-page h1 {
border-bottom: none;
border-top: none;
color: #7acfd9;
font-size: 1.2em;
font-family: arial;
margin-bottom: 50px;
padding-bottom: 3px;
padding-top: 2px;
  padding-left:15px;
  background: #0f9aab!important;
}

.blog p:first-child {
  padding-top:0!important;
}

div[class*='leading-'] {
  margin-bottom:50px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 50px;
  overflow-y: auto;
}

div:last-child[class*='leading-'] {
  margin-bottom:0;
}

.readmore a.btn {
  float:right!important;
  margin-right: 50px!important;
}

/*---------------footer------------*/




/*---------------blog pages styles details hidden------------*/


dl.article-info dt {
  display: none!important;
}

dl.article-info dd, dl.article-info dd {
  font-size: .75em!important;
}
dl.article-info dd {
  text-align: left;
}



/*------------- forms ---------------*/

.prop_mod form table
{
border-collapse:collapse;
}
.prop_mod form table,.prop_mod form th, .prop_mod form td
{
border: 5px solid #f7f5f2;
}

.prop_mod form table th {
background: none repeat scroll 0 0 #bbb;
color: #f5f6f7;
font-size: .85em!important;
  font-weight: 300;
  -webkit-border-radius: 13px!important;
  -moz-border-radius: 13px!important;
  border-radius: 13px!important;
  vertical-align: top;
}

.prop_mod form table td input[type="text"], textarea {
height: 30px!important;
margin-bottom: 0px!important;
    -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  width: 100%;
  background: #ffffff;
}

.prop_mod form table td select {
  height: 40px;
  margin-bottom: 0;
  cursor: pointer;
}


textarea {
  width: 99%;
}

textarea {
border: solid 1px #f7f8f9;
padding: 6px 8px 8px 10px;
font-size: 1.0em;
color: #333333;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
  height: 300px!important;
}


textarea:hover {

background: #ffffff;
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
-webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}



.prop_mod form table tbody tr:last-child th {
background: none !important;
}
/*
input.prop_mod_input[type="submit";] {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
padding: 9px 26px;
margin-top: 35px;
font-size: .9em;
text-transform: uppercase;
border-style: solid;
border-width: 1px;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #686868;
text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
background: #f8f8f8;
background: -moz-linear-gradient(top, #f8f8f8 26%, #dfdfdf 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,#f8f8f8), color-stop(100%,#dfdfdf));
background: -webkit-linear-gradient(top, #f8f8f8 26%,#dfdfdf 100%);
background: -o-linear-gradient(top, #f8f8f8 26%,#dfdfdf 100%);
background: -ms-linear-gradient(top, #f8f8f8 26%,#dfdfdf 100%);
background: linear-gradient(to bottom, #f8f8f8 26%,#dfdfdf 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#dfdfdf',GradientType=0 );
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset, 0 2px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset, 0 2px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset, 0 2px 1px rgba(0, 0, 0, 0.1);
}

input.prop_mod_input:hover[type="submit";] {
background: -moz-linear-gradient(top, #004cbd 0%, #001081 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004cbd), color-stop(100%,#002495)) !important;
background: -webkit-linear-gradient(top, #004cbd 0%,#002495 100%) !important;
background: -o-linear-gradient(top, #004cbd 0%,#002495 100%) !important;
background: -ms-linear-gradient(top, #004cbd 0%,#002495 100%) !important;
background: linear-gradient(top, #004cbd 0%,#002495 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004cbd', endColorstr='#002495',GradientType=0 ) !important;
  color:#ffffff;
}

*/




  
/*------------- gallery 2 -----------*/  
#s5_pos_top_row3_1 ul li a img {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    }  
 
#s5_pos_top_row3_1 ul li a img:hover  
{
      -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
}

/*--------------contacts row style -------------*/

.team {
  position:relative;
  float: left;
  margin: 0 auto;
  width: 33%;
  min-height: 400px;
  text-align: center;
}

.team p {
/*  font-size: .85em;*/
  color: #aaa;
}


/*---------------------images caption -------------------*/
/*joomla 3.2*/

div.img_caption {
  width: 100%!important; 
}

p.img_caption {
  box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
  background:#0f9aab;
  color: #fff;
  margin-bottom: 30px;
  width:100%!important;
  text-align:left!important;
  padding: 2%;
}

/*joomla 3.3*/
figure figcaption.caption {
    box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
  background:#0f9aab;
  color: #fff;
  margin-bottom: 15px;
  width:100%!important;
  text-align:left!important;
  padding: 2%;
  font-size:.75em;
  font-weight:600!important;
  letter-spacing:0;
  line-height:115%;
}

.blog-featured figure, .blog-featured p img, .blog-featured p a img {
float:left;
margin: 0 20px 20px 0;
width:50%;
}

.blog figure, .blog div div a > img, .blog p > img {
float:left;
margin: 0 20px 20px 0;
width:50%;  
}


.blog-featured figure figcaption {
display:none;
}

.item-page figure, .item-page figure img{
float:none;
margin: 0; 
}

.item-page p a > img, .item-page p > img {
  margin-bottom:20px;
}

.item-page img:first-child, .item-page p img:first-child, .blog div[class*='leading-'] figure img {
  width:100%;
}

.item-page img.initial:first-child, .item-page p img.initial:first-child, .blog div[class*='leading-'] figure img.initial {
  width:initial;
}

.blog div[class*='leading-'] p a > img, .blog div[class*='leading-'] p > img {
  width:50%;
}

/*map*/

ul.zhgm-menu-advanced li {
float: left!important;
display: inline!important;
margin-right: 1%!important;
}

/*footer*/

#s5_footer_area_inner {
border-top: none;
}
#s5_bottom_row3_area1 h3, #s5_bottom_row3_inner .module_round_box .s5_h3_first {
  color: #fff!important;
}

#s5_pos_bottom_row3_4 h3 {
  text-align: center!important;

}

#s5_pos_bottom_row3_4 {
  background: #2e3133;
  padding-top: 20px;
}

/----------wysiwyg overrrides--------*/

.btn-primary span:hover {
  color: #000;
}

.thumbnail {
display: block;
padding: 4px;
line-height: 20px;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

/*weblink list page*/

.weblink-category form ul {
  margin: 0;
  padding: 0;
}

.cat-list-row1, .cat-list-row0 {
display: inline-block;
width: 47%;
padding: 25px;
vertical-align: text-top;
margin: 0 1% 20px 0;
background: #fff;
box-sizing: border-box;
min-height: 240px;
border-bottom: 20px solid #0084b4;
}
.weblink-category form ul li .list-title img{
  display:none;
}
.weblink-category form ul li .list-title a {
  color: #0084b4;
}
.weblink-category form ul li .list-title a:after {
content: "  \f08e";
font-family: "fontAwesome";
color: #0084b4;
font-size: .85em;
}

.weblink-category form ul li p {
font-size: .85em;
  line-height: 110%;
}

/*social icons*/

.cw-social-mod_copyrht {
text-align: left;
} 

/*below colums*/
#s5_below_columns_wrap1 {
  background: #0f9aab!important;
  padding: 20px;
-moz-box-shadow: 0 8px 6px -6px #aaa;;
box-shadow: 0 8px 6px -6px #aaa;
-webkit-border-radius: 100/2;
-moz-border-radius: 100px / 2px;
border-radius:100px / 2px;
}

.finder li {
margin-top: 30px;
margin-bottom: 30px;
}

.finder h4 a {
color:#0f9aab;
}

#s5_component_wrap .pagination a {
padding-left: 3px !important;
padding-right: 3px !important;
}

#m411-youtubevideo-description {
  margin-top:20px;
  margin-bottom:20px;
}

div.mod_youtubeplaylist {
  border:none;
  margin-top:30px;
  margin-bottom:30px;
}

/*icons articles*/

li.print-icon img {display:none;}

.icons {
  float:right;
}

.icons ul {
  list-style:none;
}

.icons ul li{
  display:inline-block;
}

.icons ul li a [class^="icon-"]{
}

.icons ul li.email-icon {
}

.icons ul li a:hover {
  color:#0066A1;
  text-decoration:none!important;
}


table.datacenter {
  width: 100%;
  height: auto;
  background: #f1f2f3;
  text-align:left;
}

table.datacenter thead tr {
  background: #0f9aab;
  vertical-align: middle;
  color: #fff;
  padding: 5px 8px;
}

table.datacenter thead th {
  background: none;
 
}

table.datacenter thead tr:nth-child(2) {
  background: #7bbec6;
  vertical-align: middle;
  color: #fff;
  padding: 5px 8px;
  font-size: .8em;
}

table.datacenter tbody tr:nth-child(even) {
  background: #d5eaed;
}

table.datacenter tbody tr:nth-child(odd) {
  background: #e0f1f3;
}

table.datacenter tbody tr td {
  color: #222;
  padding: 5px 8px;
  border-right: 2px solid #fff;
}

table.datacenter tbody td:nth-child(n+2), table.datacenter thead th:nth-child(n+2) {
  text-align:right;
  width: 25%; 
}

table.datacenter tbody tr td:first-child {
  border-left: 2px solid #fff;
}

.source {
  font-size: .8em;
  font-style: italic;
}

table.datacenter tbody tr.total {
  background: #444;
  vertical-align: middle;
  padding: 5px 8px;
}

table.datacenter tbody tr.total td{
  font-weight:600;
  color: #fff;
}



table.resources {
  width: 48%;
  height: auto;
  background: #f1f2f3;
  text-align:left;
  margin-right:1%;
  display:inline-block;
  float:left;
}

table.resources thead tr {
  background: #0f9aab;
  vertical-align: middle;
  color: #fff;
}

table.resources thead th {
  background: none;
 
}

table.resources thead tr:nth-child(2) {
  background: #7bbec6;
  vertical-align: middle;
  color: #fff;
  font-size: .8em;
}

table.resources tbody tr:nth-child(even) {
  background: #d5eaed;
}

table.resources tbody tr:nth-child(odd) {
  background: #e0f1f3;
}

table.resources tbody tr td {
  color: #222;
  border: 10px solid #0f9aab;
}

table.resources tbody td:nth-child(n+2), table.resources thead th:nth-child(n+2) {
}

table.resources tbody tr td:first-child {
  width:90px;
}


.source {
  font-size: .8em;
  font-style: italic;
}

table.resources tbody tr.total {
  background: #444;
  vertical-align: middle;
}

table.resources tbody tr.total td {
  font-weight:600;
  color: #fff;
}

table.resources tr td:last-child {
  padding-left: 10px;
  padding-right: 15px;
  text-align:left;
}

table.resources tr td:first-child a {
  text-decoration:none;
}

table.resources tr td:first-child a img {
  width: 80px!important;
  vertical-align: top;
}

table.resources tr td:first-child a::after {
  content:"";
}

/*---------------navigation and user menu--------------*/

.navigation3 {
  
}
.navigation, .navigation2 {
  position: fixed;
  width:18%;
  list-style: none;
}

.navigation h3.s5_mod_h3, .navigation h3.s5_mod_h3 .s5_h3_first, .navigation2 h3.s5_mod_h3, .navigation2 h3.s5_mod_h3 .s5_h3_first, .navigation3 h3.s5_mod_h3, .navigation3 h3.s5_mod_h3 .s5_h3_first  {
  color:#444!important;
  margin-bottom:10px!important;
}
.navigation2 li, .navigation li, .navigation3 li {
  margin-bottom: 0!important;
}

.navigation li a, .navigation2 ul li a, .navigation3 li a {
    display: block!important;
    padding: 4px 9px!important;
    color: #0066A1!important;
    background: #fff!important;
    width: 100%!important;
    font-size: .95em!important;
    border-bottom: 1px solid #0f9aab!important;
    margin-bottom: 0!important;
}


.navigation li a.active, .navigation2 ul li a.active, .module_round_box.navigation ul.menu li.current a, .navigation3 li a.active {
  background: #0066A1!important;
  color: #ffffff!important;
  }

.navigation li a:hover, .navigation2 ul li a:hover, .navigation3 li a:hover {
  background: #666!important;
  color:#fff!important;
  text-decoration:none;
}
.navigation2 {
  bottom: 0;
}
.newslink {
  margin-top: -38px;
}

.newslink p {
width: 100%;
background:#ddd!important;
}

.news ul.weblinks {
  width: 100%;
  background: #eee!important;
}

.news li, .newslink p {
  overflow:hidden;
}
.news li a, .newslink p a {
  display: block;
  padding: 2% 5% 0;
  color:#222;
  width: 100%;
  font-size: inherit;
  box-sizing: border-box;
}

.news li a:hover {
  background: #1c75bc!important;
  color:#fff;
  text-decoration:none;
}

.news li a.active {
  background: #0066A1!important;
  color: #fff;
  }


 .news h3.s5_mod_h3  {
margin-top: 0px!important;
  -webkit-margin-before: 0.67em;
-webkit-margin-after: 0.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
  line-height: 33px;
  border-bottom: none;
border-top: none;
color: #7acfd9;
font-size: 1.2em;
font-family: arial;
margin-bottom: 50px;
padding-bottom: 3px;
padding-top: 2px;
  padding-left:15px;
text-transform: uppercase;
  background: #0f9aab!important;
}

.news h3.s5_mod_h3 .s5_h3_first {
color: #7acfd9!important;

}


.news li p {
  color: #666;
  border-bottom: 1px dotted #bbb;
  padding: 9px 16px 9px;
  font-size: .85em;
}

.news li a::after {
  content:"\f08e";
  font-family: "fontAwesome";
  color: #666;
  padding-left: 5px;
  font-size: .85em;
}

.news li a:hover::after {
  color: #fff!important;
}

.news li:last-child p {
  border-bottom: none;
}
/*-------------user menu ---------------


.usermenu li {
  margin-bottom: 0!important;
  width:100%;
}

*/



/*gallery custom style

.jdGallery .slideInfoZone h2 {
  font-size: 3.25em!important;
}

.jdGallery .slideInfoZone p {
   font-size: 1.5em!important;
    line-height: 1.25;
}

.jdGallery div.carouselContainer {
  height: 26px!important;
}

.jdGallery .carousel {
  top: 100px;
  background: #333!important;
}

.jdGallery .carousel .carouselWrapper {
  height: auto;
}


div.carouselInner {
  bottom: 0;
}


.slideElement {
  background-position: 50% 0!important;
div iframe {
  width:96%!important;
  box-sizing: border-box!important;
}
}*/


.skyline img {
  width:100%;
}


/* subscribe form */

.subscribe * {
  margin:0;
  float: left;
}

.subscribe fieldset {
  padding: 0;
}

.subscribe form { 
  background: #0f9aab;
  padding: 10px;
}



.subscribe legend, #s5_pos_top_row2_1 .subscribe_home legend {
  color: #fff;
  font-size: .75em;
  border: none;
}

.subscribe ol.form, #s5_pos_top_row2_1 .subscribe_home ol.form {
  padding: 0;
}

.subscribe .button_panel, #s5_pos_top_row2_1 .subscribe_home .button_panel {
  display: inline-block;
}

.subscribe input.form_button, #s5_pos_top_row2_1 .subscribe_home input.form_button {
  padding: 5px;
  margin-top: 2px;
  font-size: .9em;
  background: #0066A1;
  color: #fff;
  border: none;
}

#s5_pos_top_row2_1 .subscribe_home {
  margin: 0 auto;
}

#s5_pos_top_row2_1 .subscribe_home fieldset input#email {
  margin-bottom:0;
}

.popo {
  text-decoration:underline;
}


.resources .media a:after {
  content: "";
}

.resources h4.externaltitle {
  font-size: 1em;
}

.resources h4.externaltitle:after {
  font-size:.75em!important;
  padding-left: 5px;
  color:#ccc;
}

.latestnews li, .mostread li, .sections li {
  padding: 0;
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: 1px dotted #D3D3D3;
  background:none;
}

.resources small {
  font-size: 70%;
}

.resources a img, .resources {    
transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
}

.resources:hover a img {    
-ms-transform: rotate(-7deg); /* IE 9 */
-webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
transform: rotate(-7deg);
  width:110%;
}

.resources:hover {
  background: #ffffff;
}

.resources .media {
  overflow: visible;
}

.resources {
    display: inline-block;
    position: relative;
  background: #efefef;
}
.resources:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    transition: width 0s ease, background .5s ease;
}
.resources:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #0f9aab;
    transition: width .5s ease;
}
.resources:hover:before {
    width: 100%;
    background: #0f9aab;
    transition: width .5s ease;
}
.resources:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}

#_SimpleEmailForm_1 {
  margin-top: 30px;
}

#s5_nav li:first-child {
  margin-right: 10px;
}

#s5_nav li:first-child .s5_level1_span2 a {
  padding:0;
}

#s5_top_row1_area1 {
  height:600px;
}

p.topcity-text {
    font-size: 1.25em;
}

.topcity-holder {
  position: absolute; z-index: 1; top: 150px;
  text-shadow: 0 0 2px #000; -webkit-text-shadow: 0 0 2px #000;
}

.topcity-h1 {
  color: #fff; padding: 2%; margin-top: 50px;
}


.topcity-text {
  text-align: center; line-height: 1.65; color: #fff; padding: 2%;
}


.news-wall .interview {
  float: left;
  width:100%;
  box-sizing: border-box;
}

.news-wall .interview .videointerview {
  position:relative;
  width:100%;
  float:right;
  margin-left:20px;
  margin-right:20px;
}

.row2 .custom {
  padding: 0 0 20px 0;
  background: #f6f7f8;
}

.itemViewHeader {
    margin: 0!important;
}

.jux-background-image {
  background-position:65%!important;
}

#s5_top_row3_area1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#s5_top_row2_area1 {
  border-bottom:none;
}

#s5_top_row2_area1 .module_round_box_outer {
  padding-bottom: 0;
}

#s5_top_row3_area_inner {
  padding-top: 0;
}

input.search_icon:before {
  content: "\f002";
  font-family: "fontAwesome";
  font-size: .95em;
  position: absolute;
  left: 40%;
  top:20%;
  z-index:99999;
  color: #000;
}

.items-leading .btn-group {
  display:none;
}
