/* CSS Document */

body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
}

#wrapper{
  width:96%;
  margin:0px auto;
  background-color:#FFFFFF;
  box-shadow:#000 0px 1px 4px;
}

h1, h2, h3, h4, h5, h6{
  font-family: Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
}
  
/* Page Style Starts Here Get Ready! */


#topbarLinks{
  width:86%;
  margin:0px auto;
  clear:both;
  text-align:right;
}

#topbarLinks a{
  font-size:12px;
  color:rgba(51,51,51,1);
  text-decoration:none;
}

#topbarLinks a:hover{
  text-decoration:underline;
}




#logo{
  width:86%;
  margin:0px auto;
  padding:10px 0px;
  clear:both;
}






#navWrapper{
  width:100%;
  height:auto;
  margin-top:10px;
  background: -webkit-linear-gradient(#2D578E, #163864); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2D578E, #163864); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2D578E, #163864); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2D578E, #163864); /* Standard syntax */
}

#navbar{
  width:86%;
  text-align:left;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: 5.7%;
}

#navbar ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#navbar ul li {
  list-style-type: none;
  width: auto;
  display: inline;
  float: left;
  text-align: center;
  margin:0px;
  padding: 0px;
  position:relative;
}

#navbar ul li a {
  font-size: 12px;
  color: #E4E4E4;
  text-decoration: none;
  display: block;
  margin-right: 8px;
  margin-left: 8px;
  padding: 12px 12px;
  text-transform: uppercase;
}

#navbar ul li a:hover {
 color: #FFF;
 background-color: #1B3F6E;
}

#navbar ul li ul{
  display:none;
  position: absolute;
  width: 240px;
  background-color: rgba(25, 60, 105, 1);
  box-shadow: #000 1px 1px 4px;
}

#navbar ul li:hover>ul{
  display:block;
}

#navbar ul li ul li{
  text-align: left;
}

#navbar ul li ul li a:hover {
  color: #FFF;
  background: none;
}




#banner{
  width:86%;
  margin:4px auto 0px;
  clear:both;
}

#bannerImg{
  width:72%;
  height:312px;
  float:left;
  margin-right:0.5%;
  background:url(imgs/banner-img.jpg) no-repeat;
  background-size:cover;
  background-position-y: center;
}

#bannerImg2{
  width:72%;
  height:312px;
  float:left;
  margin-right:0.5%;
  background:url(imgs/banner-img2.png) no-repeat;
  background-size:cover;
}
#bannerImgAbout {
  width: 100%;
  height: 220px;
  float: left;
  margin-right: 0.5%;
  background: url(imgs/banner_about.jpg) no-repeat;
  background-size: cover;
  background-position-y: 60%;
}

#bannerStatement{
  width:27.5%;
  height:312px;
  float:left;
  background:url(imgs/box-bg.png);
  font-size:12px;
  color:rgba(255,255,255,1);
}

#bannerImg3{
  width:100%;
  height:220px;
  float:left;
  margin-right:0.5%;
  background:url(imgs/innerbanner.jpg) no-repeat;
  background-size:cover;
}

#bannerStatement2{
  width:25.5%;
  padding:1%;
  float:left;
  background:url(imgs/box-bg.png);
  font-size:12px;
  color:rgba(255,255,255,1);
  margin:20px;
}

#bannerStatement p{
  padding: 8px 16px;
  margin-top: 5px;
}

#bannerStatement h2{
  padding: 6px 16px;
  margin-bottom: 5px;
}
#bannerStatement2 h2{
  font-size: 32px;
  margin: 0px;
  font-weight: 200;
}
#bannerStatement a{
  color: #fff;
  float: right;
  text-decoration: none;
  background-color: #335076;
  padding: 12px 22px;
  border-radius: 4px;
}
#bannerStatement a:hover{
  background-color: #595959;
}








#content{
  width:86%;
  margin:20px auto;
  padding:10px 0px;
  clear:both;
  border-top:#CCC dotted 1px;
}
.col-one-third-home{
  width:23%;
  float:left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 3%;
}
.col-one-third-home h3{
  font-size:20px;
  padding-bottom:10px;
  margin-top: 0px;
  border-bottom:#999 dotted 1px;
  color:#163864;
}
.col-one-third-home p{
  font-size:13px;
  padding-bottom:4px;
  color:#333;
}
.col-one-third{
  width:28%;
  float:left;
  margin-top: 10px;
  margin-right: 1%;
  margin-bottom: 10px;
  margin-left: 1%;
}
.col-one-third-sidebar {
  width: 18%;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 1%;
}
.col-one-third-sidebar h2{
  border-left: #285084 solid 5px;
  color: #1B3F6D;
  line-height: 32px;
  padding: 0px 5px;
}
.col-one-third h3{
  font-size:18px;
  padding-bottom:10px;
  border-bottom:#999 dotted 1px;
  color:#163864;
}

.col-one-third p{
  font-size:13px;
  padding-bottom:10px;
  color:#333;
}

.p-dotted{
  border-bottom:#999 dotted 1px;
}

.col-one-third a{
  color:#163864;
  text-decoration:none;
}
.col-one-third-sidebar a{
  color:#163864;
  text-decoration:none;
  margin-bottom: 20px;
  display: block;
}

.col-one-third a:hover{
  color:#5B87C0;
}
.col-one-third-sidebar a:hover{
  color:#5B87C0;
}

.col-one-third-bg{
  width:31%;
  margin:10px 1%;
  float:left;
  background-color:rgba(232,232,232,1);
}

.col-one-third-bg h3{
  font-size:18px;
  padding-bottom:10px;
  margin-left:12px;
  margin-right:12px;
  border-bottom:#999 dotted 1px;
  color:#163864;
}

.col-one-third-bg p{
  font-size:13px;
  padding-bottom:10px;
  margin-left:12px;
  margin-right:12px;
  border-bottom:#999 dotted 1px;
  color:#333;
}

.col-one-third-bg a{
  color:#163864;
}

.col-one-third-bg a:hover{
  color:#5B87C0;
}

.one-third-table-block img{
  width:100px;
  height:100px;
  margin-right:10px;
}

.one-half-table-block img{
  width:100%;
}

.one-third-table-block h2{
  margin:2px 0px;
  font-size: 20px;
  color:#163864;
  font-weight: 400;
}

.one-half-table-block h2{
  margin:2px 0px;
  font-size: 20px;
  color:#163864;
  font-weight: 400;
}

.one-third-table-block p{
  margin:2px 0px;
}
.one-half-table-block p{
  margin:2px 0px;
}

.last-block{
  float:right;
}

.col-one-half{
  width:48%;
  margin:10px 0%;
  float:left;
}

.col-one-half h3{
  color: #163864;
  font-size: 22px;
  margin: 4px 0px;
}

.col-one-half-container{
  width:48%;
  margin:0px 0%;
  float:left;
}
.col-one-half-container h3{
  color: #163864;
  font-size: 22px;
  margin: 4px 0px 20px;
}
.col-one-half-container p{
  padding: 16px 8px;
  margin: 0px;
  font-size: 13px;
}

.col-one-half-home{
  width:47%;
  float:left;
  margin-top: 10px;
  margin-left: 6%;   
}
.col-one-half-home h3{
  font-size: 20px;
  padding-bottom: 10px;
  margin-top: 3px;
  border-bottom: #999 dotted 1px;
  color: #163864;
}
.col-one-half-home a{
  font-size: 13px;
  color: #153F74;
  text-decoration: none;
}


.col-one-half-footer {
width: 48%;
margin: 10px 1%;
float: left;
}
.col-one-half-footer-nav{
width: 48%;
margin: 10px 1%;
float: left;
}
.col-one-half p{
  padding: 16px 8px;
  margin: 0px;
  font-size: 14px;
}
.col-one-half-media{
  width:48%;
  margin:10px 0%;
  float:left;
}
.col-one-half-media #title{
  font-size: 16px;
  color: rgb(33, 71, 120);
}
.col-one-half-media #date{
  font-size: 12px;
}

#c2 .col-one-half p{
  border-bottom: #999 dotted 1px;
}
.col-one-half a{
  font-size: 14px;
  color: #153F74;
  text-decoration: none;
}
.col-one-half a:hover {
  text-decoration:underline;
}
.col-one-third-home #c2 table tbody tr td img{
margin-right:5px;
}
.col-one-third-home #c2 table tbody tr td a{
  margin-right:5px;
  color: #1C4A78;
}
.col-one-third-home #c2 table tbody tr td a:hover{
  margin-right:5px;
  color: #316FAD;
}
.col-two-third{
  font-size:14px;
  width:67%;
  float:left;
  margin-top: 10px;
  margin-right: 1%;
  margin-bottom: 10px;
  margin-left: 1%;
}
.col-two-third-main{
  font-size:14px;
  width:72%;
  float:left;
  margin-top: 10px;
  margin-right: 2%;
  margin-bottom: 10px;
}
.col-two-third h3{
  color: #163864;
  font-size: 18px;
  margin: 4px 0px;
}

.col-two-third p{
  font-size: 14px;
}

.col-two-third a{
  font-size: 14px;
  color: #153F74;
  text-decoration: none;
}

.col-full{
  font-size:14px;
  width:98%;
  margin:10px 1%;
  float:left;
}

.col-full h3{
  color: #163864;
  font-size: 18px;
  margin: 4px 0px;
}

.col-full p{
  font-size: 14px;
}

.col-full a{
  font-size: 14px;
  color: #153F74;
  text-decoration: none;
}

#remove_underline {
  text-decoration: none;
}

#pdf{
  padding-bottom: 18px;
  padding-left: 30px;
  background: url(http://richmondhughes.com/fileadmin/user_upload/pdf.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-decoration: none;
}

.col-one-half form{
  
}

.col-one-half form p{
  margin: 10px 0px 5px;
}

.col-one-half form input{
  color: #848484;
  padding: 10px 5px;
  width: 60%;
  border-radius: 4px;
  border: #345684 solid 1px;
}

.col-one-half form textarea{
  color: #848484;
  padding: 10px 5px;
  width: 60%;
  border-radius: 4px;
  border: #345684 solid 1px;
}

.col-one-half form button{
  clear: both;
  padding: 8px 20px;
  margin: 10px 200px 0px 0px;
  color: #FFF;
  background: #345684;
  border: none;
  cursor: pointer;
}

#c42 div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
  margin-right: 4px;
}
#c42 div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 4px;
}
#c14 {
  width: 29%;
  height: 500px;
  float: left;
  padding: 10px;
  margin-right: 1%;
  margin-top: 10px;
  border: #1B3F6D 1px solid;
}
#c15{
  width: 29%;
  height: 500px;
  float: left;
  padding: 10px;
  margin-right: 1%;
  margin-top: 10px;
  border: #1B3F6D 1px solid;
}
#c16 {
  width: 29%;
  height: 500px;
  float: left;
  padding: 10px;
  margin-right: 0%;
  margin-top: 10px;
  border: #1B3F6D 1px solid;
}
#c127 {
  width: 29%;
  height: 500px;
  float: left;
  padding: 10px;
  margin-right: 0%;
  margin-top: 10px;
  border: #1B3F6D 1px solid;
}
#c41 {
  margin: 10px 1%;
  float: left;
}
#c22 .table-format{
  padding: 12px;
  height: 60px;
  width: 27%;
  background-color: #83AADF;
  color: #fff;
  float: left;
  margin: 8px 1% 0px 0%;
}

#price {
  color: rgb(37, 76, 127);
}

#property-table {
  width: 100%;
}
#property-table thead{
  background-color: #ECECEC;
  line-height: 36px;
  font-size: 16px;
}
#property-table thead tr{
}
#property-table tbody{
}
#property-table tbody tr{
  background-color: #F5F5F5;
}
#property-table tbody tr td{
  padding: 10px;
  width: 50%;
}

.csc-default #news-date {
  margin: 0px;
  font-size: 10px;
}
.csc-default #news-title {
  margin: 0px;
}
.csc-default #news-title a{
  text-decoration: underline;
  font-size: 14px;  
  color: #1C4A78;
}
.csc-default #news-title a:hover{
margin-right: 5px;
color: #316FAD;
margin-bottom: 10px;
}
.col-one-third-home div.csc-textpic .csc-textpic-imagewrap img {
  width: 80px;
  height: 60px;
}
.col-one-third-home .csc-textpic-intext-left-nowrap-101 .csc-textpic-text {
  margin-left: 91px;
}

.col-one-half .csc-default #news-date{ 
/* media page news */
  margin-top: -17px;
}
.col-one-half .csc-default #news-title { 
/* media page news */
  margin-top: -31px;
}
.col-one-half .csc-default #news-title a{ 
/* media page news */
  font-size: 16px;
}

#past_events tbody tr td a{
  color: #163864;
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
}

#c99 div.csc-textpic .csc-textpic-imagewrap img {
  width: 106px;
  height: 80px;
}

#c38 div.csc-textpic div.csc-textpic-imagecolumn {
/* media page gallery */
  width: 23%;
}
#c38 div.csc-textpic .csc-textpic-imagewrap img{
/* media page gallery */
  width: 100%;
  height: 105px;
}
#c77 div.csc-textpic div.csc-textpic-imagecolumn {
/* media page gallery */
  width: 23%;
}
#c77 div.csc-textpic .csc-textpic-imagewrap img{
/* media page gallery */
  width: 100%;
  height: 105px;
}
#c78 div.csc-textpic div.csc-textpic-imagecolumn {
/* media page gallery -1  */
  width: 23%;
}
#c78 div.csc-textpic .csc-textpic-imagewrap img{
/* media page gallery -1 */
  width: 100%;
  height: 150px;
}
#c81 div.csc-textpic div.csc-textpic-imagecolumn {
/* media page gallery -2  */
  width: 23%;
}
#c81 div.csc-textpic .csc-textpic-imagewrap img{
/* media page gallery -2 */
  width: 100%;
  height: 150px;
}

#c38 p a {
  margin-top: 0px;
  color: #fff;
  background-color: #163864;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 96%;
  padding: 8px 12px;
  float: right;
  clear: both;
}
#c77 p a {
  margin-top: 0px;
  color: #fff;
  background-color: #163864;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 96%;
  padding: 8px 12px;
  float: right;
  clear: both;
}
#c41 p a {
  margin-top: 0px;
  color: #fff;
  background-color: #163864;
  text-align: center;
  #display: block;
  width: 32%;
  padding: 8px 12px;
  #float: right;
  clear: both;
}
#more-news {
  margin-top: -42px;
  color: #fff;
  background-color: #163864;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 38%;
  padding: 8px 12px;
  float: right;
  clear: both;
}
#more-news:hover{
background-color: #2B5183;
}
#more-news a{
  text-decoration: none;
  font-size: 13px;
  color: #fff;
}
#c4 p a {
  margin-top: 0px;
  color: #fff;
  background-color: #163864;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 32%;
  padding: 8px 12px;
  float: right;
  clear: both;
}
#c4 p a:hover{
background-color: #2B5183;
}
#c42 h3 {
  font-family: 'Scada', sans-serif;
  color: #163864;
  font-size: 26px;
  margin: 4px 0px;
}
#c42 .col-one-third p {
  border-bottom: #999 dotted 1px;
}
#c4 div.csc-textpic div.csc-textpic-imagecolumn {
  width: 48%;
}
#c4 div.csc-textpic .csc-textpic-imagewrap img{
  width: 100%;
  height: 100px;
}
div.csc-mailform ol li {
  margin-bottom:16px;
}
div.csc-mailform ol li{
  list-style-type: none;
}
.sub-links{
  display:none;
}
#field-6 {
  width: 140px;
  background-color: rgb(37, 76, 127);
  color: #fff;
}

#imgBox{
  width:100%;
  float:left;
  background:url(imgs/img1.jpg) no-repeat;
  background-size:cover;
}

#imgBox-two{
  width:100%;
  float:left;
  background:url(imgs/img2.jpg) no-repeat;
  background-size:cover;
}

#blue-btn-box{
  width:50%;
  padding:10px;
  display:block;
  margin-top:142px;
  color:#FFFFFF;
  text-decoration:none;
  background-color:rgba(40, 40, 40, 0.85);
}

#blue-btn-box:hover{
  background-color:rgba(22, 56, 100, 1);
}

#smallBlocks{
  width:100%;
  height:66px;
  background-color:#EAEAEA;
  clear:both;
  margin-top:5px;
}

#block-thumbnail{
  width:66px;
  height:66px;
  float:left;
  display:block;
}

#block-thumbnail img{
  width:100%;
}

#smallBlocks p{
  font-size:10px;
  padding:0px 8px;
  border:none;
}

#smallBlocks #textual-content{
  float:left;
  width: 250px;
  height: 66px;
  overflow: hidden;
}

#no-effects{
  width:100%;
  margin:8px 0px;
}

#no-effects img{
  width:100%;
}

#no-effects p{
  border:none;
  margin:2px 0px;
  line-height:14px;
  font-size:11px;
}

#downloadable-pdf img{
  margin-right:8px;
  height:22px;
  width:22px;
}

#one-half-img{
  width:100%;
  margin-top:8px;
  clear:both;
}

.col-one-fourth{
  width:20%;
  margin:10px 1%;
  float:left;
}

.portfolio img{
  width:100%;
}

.press-release:hover{
  text-decoration:underline;
}
.img-statement{
  width:100%;
}






#footer{
  width:100%;
  margin-top:35px;
  padding:20px 0px;
  border-top:#163864 solid 6px;
  background-color:#eaeaea;
  background:url(imgs/bg.jpg) no-repeat;
  background-size:cover;
  clear:both;
}

#footerContainer{
  width:86%;
  margin:0px auto;
}
#footerContainer .col-one-half-footer-nav ul li ul {
  display: none;
}

.legal{
  font-size:10px;
  margin:0px;
  color:#333333;
}

#footer ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  float:right;
}

#footer ul li {
  list-style-type: none;
  width: auto;
  display: inline;
  float: left;
  text-align: center;
  margin:0px;
  padding: 0px;
}

#footer ul li a {
  font-size: 12px;
  color: #666;
  text-decoration: none;
  display: block;
  margin-right: 8px;
  margin-left: 8px;
}

#footer ul li a:hover {
  color: #666;
  text-decoration:underline;
}

#disclaimer{
  font-size:10px;
  color:#666666;
  padding: 16px 16px;
}

@media only screen and (min-width : 1000px) and (max-width : 1310px){

  #c14{
    height:660px;
  }

  #c15{
    height:660px;
  }

  #c16{
    height:660px;
  }
  #c127{
    height:660px;
  }

  .col-one-third-sidebar {
    width: 22%;
  }

  #c4 div.csc-textpic div.csc-textpic-imagecolumn {
    width: 47%;
  }
  #c4 div.csc-textpic .csc-textpic-imagewrap img {
    width: 100%;
    height: 90px;
  }
  #c38 div.csc-textpic div.csc-textpic-imagecolumn {
  /* media page gallery */
    width: 31%;
  }
  #c38 div.csc-textpic .csc-textpic-imagewrap img{
  /* media page gallery */
    width: 100%;
    height: 135px;
  }

}

@media only screen and (min-width : 780px) and (max-width : 1000px){

  #banner{
    width: 100%;
  }

  #c14{
    width: 97%;
    height:auto;
  }

  #c15{
    width: 97%;
    height:auto;
  }

  #c16{
    width: 97%;
    height:auto;
  }

  #c127{
    width: 97%;
    height:auto;
  }

  .col-two-third-main{
    width: 100%;
  }

  .col-one-third-sidebar {
    width: 100%;
  }
  
  .col-one-half-media{
    width: 100%;
  }
  
  #c4 div.csc-textpic div.csc-textpic-imagecolumn {
    width: 46%;
  }
  #c4 div.csc-textpic .csc-textpic-imagewrap img {
    width: 100%;
    height: 73px;
  }  
  #c38 div.csc-textpic div.csc-textpic-imagecolumn {
  /* media page gallery */
    width: 31%;
  }
  #c38 div.csc-textpic .csc-textpic-imagewrap img{
  /* media page gallery */
    width: 100%;
    height: 150px;
  }

  
}

@media only screen and (min-width : 150px) and (max-width : 780px){

  #navWrapper {
    background: none;
  }

  #navbar {
    margin-left: auto;
    width:100%;
  }

  #navbar ul li {
    float: none;
  }

  #navbar ul li:hover>ul{
    display:none;
  }

  #navbar ul li a { 
    background: linear-gradient(#2D578E, #1F497F); 
    background: -webkit-linear-gradient(#2D578E, #163864);
    background: -o-linear-gradient(#2D578E, #163864);
    background: -moz-linear-gradient(#2D578E, #163864);
    background: linear-gradient(#2D578E, #163864);}

  #banner {
    width:100%;
  }

  #bannerImg {
    width: 100%;
    height:350px;
    position: absolute;
  }

  #bannerStatement{
    width: 70%;
    height: 350px;
    position: relative;
    background-size: cover;
  }

  #bannerStatement2{
    width: 95.2%;
    margin: 0% 1.4% 0% 0%;
  }

  #content{ 
    width:96%; 
  }

  .col-one-half-container{
    width:90%;
    margin:0px 0%;
    float:left;
  }
  .col-one-half-home{
    width:100%;
    float:left;
    margin-top: 10px;
    margin-left: 6%;   
  }

  #c14{
    width: 97%;
    height:auto;
    margin-right: 0%;
    margin-left: 0%;
    padding: 1%;
  }

  #c14 .bodytext {
    clear: both;
  }

  #c15{
    width: 97%;
    height:auto;
    margin-right: 0%;
    margin-left: 0%;
    padding: 1%;
  }

  #c15 .bodytext {
    clear: both;
  }

  #c16{
    width: 97%;
    height:auto;
    margin-right: 0%;
    margin-left: 0%;
    padding: 1%;
  }

  #c16 .bodytext {
    clear: both;
  }

  #c127{
    width: 97%;
    height:auto;
    margin-right: 0%;
    margin-left: 0%;
    padding: 1%;
  }

  #c127 .bodytext {
    clear: both;
  }

  .col-two-third-main{
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .col-one-third-sidebar {
    width: 100%;
  }

  .col-one-half{ 
    width:100%; 
    margin:0%;
  }
  .col-one-third-home { 
    width:100%; 
    margin:0%;
  }

  #c4 div.csc-textpic div.csc-textpic-imagewrap {
    width: 100%;
  }

  .col-one-third-home h3 { 
    margin-top:30px;
  }
  
  .col-one-half-media{
    width: 100%;
  }
  
  .sub-links{
    display: block;
    width: 100%;
  }
  
  .sub-links a {
    width: 98%;
    padding: 2%;
    margin: 1px 1%;
    background-color: rgb(28, 74, 120);
    color: #fff;
    text-decoration: none;
    display: block;
    float: left;
    text-align: center;
  }

  #c38 div.csc-textpic div.csc-textpic-imagecolumn {
  /* media page gallery */
    width: 31%;
  }
  #c38 div.csc-textpic .csc-textpic-imagewrap img{
  /* media page gallery */
    width: 100%;
    height: 130px;
  }

  #footerContainer{ 
    width:96%;
  }

  .col-one-half-footer{ 
    clear:both;
  }
  .col-one-half-footer-nav{
    display: none;
  }



}

@media only screen and (min-width : 150px) and (max-width : 480px){

  #logo {
    width: 96%;
  }

  #logo a img {
    width: 100%;
  }

  #bannerImg{
    height: 370px;
  }

  #bannerStatement{
    width: 100%;
    height: 370px;
  }
  
  #c22 .table-format{
    width: 95%;
    padding: 2%;
  }

  .sub-links a {
    width: 96%;
    height: auto;
    padding: 4% 2%;
    margin: 1px 0%;
  }

  #c38 div.csc-textpic div.csc-textpic-imagecolumn {
  /* media page gallery */
    width: 31%;
  }
  #c38 div.csc-textpic .csc-textpic-imagewrap img{
  /* media page gallery */
    width: 100%;
    height: 102px;
  }
  
}