/* CSS Document for Rigzone */

/* Global Stylesheet */


/* ------------------------------------------------------------------------------------------------------------------------------------
################################################### POST NEW NAV FIXES  ###############################################################
------------------------------------------------------------------------------------------------------------------------------------ */
.profile_img {box-sizing: content-box;}

/* ------------------------------------------------------------------------------------------------------------------------------------
######################################################## TYPOGRAPHY ###################################################################
------------------------------------------------------------------------------------------------------------------------------------ */


a img {
	border: none;
}
img.resizeit {
	max-width: 100%; 
}
img.alignit {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.stretch {
	width: 100%;
	height: 100%;
}

hr {
	
	color: #FFFFFF;
	margin-bottom: 6px;
	
	
}


/* unvisited link */
a:link {
    color: #003168;
    text-decoration:none;
}

/* visited link */
a:visited {
    color: #14467d;
	text-decoration:none;
}

/* mouse over link */
a:hover {
    color: #0964ca;
	text-decoration:none;
}

/* selected link */
a:active {
    color: #003168;
	text-decoration:none;
}



/* ------------------------------------------------------------------------------------------------------------------------------------
######################################################## NOTIFICATION ##########################################################################
------------------------------------------------------------------------------------------------------------------------------------ */	

#ns-bx {

width: 100%;
height: 64px;
background:#032b47;
display:none;    

}

.ns-thumb {
    
    width:64px;
    height:64px;
    float:left;


}

.ns-content {

    width:230px;
    margin-left:20px;
    height:64px;
    line-height:33px;
    float:left;
    color:#fff;
    font-size:15px;
    text-decoration:none;


}

a.ns-content-link:link  {

    color:#fff;
    text-decoration:none;
    
}

a.ns-content-link:visited  {

    color:#d3ebf9;
    text-decoration:none;
    
}

a.ns-content-link:hover  {

    color:#07225d;
    text-decoration:none;
}



/* ------------------------------------------------------------------------------------------------------------------------------------
######################################################## CSS ##########################################################################
------------------------------------------------------------------------------------------------------------------------------------ */	

/* Clearfix */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
/* Basic Styles */
body {
	background-color: #fff; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:18px;
	color:#003168;
    font-weight: 200;
    font-size: 12px;
    display:block;

}

/* ------------------------------------------------------------------------------------------------------------------------------------
######################################################## STRUCTURE ##########################################################################
------------------------------------------------------------------------------------------------------------------------------------ */	



/* Leaderboard Start */

#lboard-wrapper {


    width: 100%;
    height: 130px;
    
}

.lboard-section {


    width: 970px;
    height: 90px;
    padding: 20px;
    margin: auto;

}


.lboard-ad {

    width: 970px;
    height: 90px;

}


.lboard-ad-placement {

   border: 1px solid #bdbdbd;
   height: 90px;
   width: 970px;    


}



/* Leaderboard End */


/* Header Start */


#rz-header-wrapper {

  width: 100%;
  height: 110px;
  background: #eceeef;
  border-bottom: 4px solid #C3CBD2;
  border-top: 1px solid #DCE6EF;

}

.rz-header-section {

    width: 960px;
    height: 110px;
    margin: auto;

}

.rz-header {

    width: 960px;
    height: 110px;

}

.rz-header-logo-drop {

    width: 266px;
    height: 20px;
    float: left;
    margin-top: 10px;

}

.rz-header-logo-home {

    width: 266px;
    height: 55px;
    float: left;
    margin-top: 20px;

}


    .logo-dd-active {
    
    background: transparent;
    border-style: none;
    
    
    }

    .logo-dd {
      list-style: none;
      width: 266px;
      height: 20px;
      margin: 0 0 0 0;
      padding: 0;
    }





    .logo-dd li{
        float: left;
        width: 266px;
        text-align: center;
        line-height: 21px;
        margin-top: -2px;

    }
    .logo-dd li a{
        display: block;
        color: #333;
        text-decoration: none;
    }
    .logo-dd li a:hover{
        color: #000;
        

    }
    .logo-dd li ul{
        display: none;
        position: relative;
        z-index: 20;
        top: 5px;
    }


#logo-dd-click .logo-dd-boxes {

  background: #FFFFFF;
  border-top: solid thin #dbdbdb;
  border-left: solid thin #dbdbdb;
  border-right: solid thin #dbdbdb;
  border-bottom: solid thin #dbdbdb;
  padding: 10px;
  box-shadow: 0 10px 8px -6px #000;


}

#logo-dd-click .logo-dd-boxes:hover {

    background: #eceeef;

}

.rz-header-right {

    width: 340px;
    height: 100px;
    float: right;
}


.rz-header-links {


    width:340px;
    height: 25px;
    float: left;
    padding: 10px 0 10px 0;
    font-size: 14px;
    text-align: center;
    

}

.rz-header-links a {

    text-decoration: none;

}

.rz-header-search-box {


  width: 340px;
  text-align: center;
  height: 45px;
  float: left;
  background: #fff;
  border: solid 1px #bdbdbd;

}

.rz-page-search-box {


  width: 562px;
  text-align: center;
  height: 45px;
  float: left;
  background: #fff;
  border: solid 1px #bdbdbd;

}

		


/* Header End */

/* Form Input Start */


	.rz-header-search-box input[type="text"],
	rz-header-search-box input[type="password"],
	rz-header-search-box input[type="email"],
	
	rz-header-search-box textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
        background: transparent;

		border: none;

		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 90%;
        height: 40px;
        font-size: 12px;
	}


	.rz-page-search-box input[type="text"],
	.rz-page-search-box input[type="password"],
	.rz-page-search-box [type="email"],
	
	.rz-page-search-box textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
        background: transparent;

		border: none;

		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 90%;
        height: 40px;
        font-size: 12px;
	}

	.rz-home-search-box input[type="text"],
	.rz-home-search-box input[type="password"],
	.rz-home-search-box [type="email"],
	
	.rz-home-search-box textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
        background: transparent;

		border: none;

		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 90%;
        height: 40px;
        font-size: 12px;
	}


	.rz-in-article-newsletter-box input[type="text"],
	.rz-in-article-newsletter-box input[type="password"],
	.rz-in-article-newsletter-box [type="email"],
	
	.rz-in-article-newsletter-box textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
        background: transparent;

		border: none;

		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 90%;
        height: 40px;
        font-size: 12px;
	}



/* Form Input End */

/* Button */



	.search-button {
		

        background: transparent no-repeat center url(http://images.rigzone.com/images/rz-header-search-icon.png);
        border: 0px;
        cursor: pointer;
		display: inline-block;
		text-align: center;
		white-space: nowrap;
        width: 34px;
        float: right;
        margin-top: -40px;
        height: 40px;

	}


/* Nav Start */


    #rz-nav-wrapper {
    
    width: 100%;
    height: 50px;
    background: #003168;
    
        
    
    }


    .rz-nav-section {
    
    width: 960px;
    height: 50px;
    margin: auto;
    
    
    }

.sticky {
/**** Causing a issue with nav on scroll for new design 10/2015 --JJH 
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  ****/
}

.rz-nav {

    
	position: -webkit-sticky;
}

.rz-nav-logo {

    width: 40px;
    height: 40px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 5px;


}

.rz-nav-logo:hover {

    background: #0964ca;
}

#menu {

    height: 50px;
    line-height: 50px;

}

ul#nav {

  float: left;
  width: 960px;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 50px;
  font-size: 14px;

}
 
ul#nav li {
  display: inline;
  height: 50px;
}
 
ul#nav li a {
  float: left;
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 0 20px;
  
}
 
/* APPLIES THE ACTIVE STATE */
ul#nav .current a, ul#nav li:hover > a  {
  color: #fff;
  text-decoration: none;
  background: #0964ca;
  height: 50px;
   

}
 
/* THE SUBMENU LIST HIDDEN BY DEFAULT */
ul#nav  ul {
  display: none;
  padding: 0;
}
 
/* WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
ul#nav li:hover > ul {
  position: absolute;
  display: block;
  width: 960px;
  height: 50px;
  position: absolute;
  margin: 50px 0 0 0;
  background: #0964ca;
  font-size: 13px; 
   
   
   
    

}
 
ul#nav li:hover > ul li a {
  float: left;
  color: #fff;
  text-decoration: none;


    
}
 
ul#nav li:hover > ul li a:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  background: #0e7efb;
    
}







/* Nav End */


/* Welcome Background Start */


#rz-welcome-bg {

    
    width: 100%;
    height: 420px;
    background: url(http://images.rigzone.com/images/home-image-1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;


}

#rz-search-wrapper {


    width: 100%;
    height: 200px;
    


}


.rz-search-section {

  width: 960px;
  height: 200px;
  margin: auto;
    

}

.rz-home-search-box {


  width: 920px;
  text-align: center;
  height: 45px;
  float: left;
  background: #f8f8f8;
  border: solid 1px #bdbdbd;
  margin: 70px 20px 20px 20px;

}





#rz-main-wrapper {

    width: 100%;
    


}


#rz-main-home {

  width: 960px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: -200px;
  min-height: 400px;


}

#rz-main-container {

  width: 960px;
  margin-left: auto;
  margin-right: auto;
  min-height: 400px;


}

#rz-featured-news {

    
  width: 100%;
  padding: 20px;
  float: left;
  border-bottom: solid thin #ccc;    



}

.rz-headline-wrapper {
    
  width: 60%;
  height: 20px;
  float: left;



}

.rz-headline-title {

  color: #0964ca;
  float: left;
  font-size: 14px;
  font-weight: bold;
    


}

.rz-headline-icon {

  float: left;
  width: 30px;
  height: 30px;
  padding-right: 5px;
  padding-top: 2px;
    


}

.rz-headline-slideshow {

  float: left;
  width: 600px;
  height: 233px;
    

}

.rz-300-ad-home {

  width: 300px;
  padding: 10px;
  float: left;

     


}

.rz-300-ad {

  width: 300px;
  float: left;
    

}

.rz-300-ad-home-placement {

   border: 1px solid #bdbdbd;
   height: 252px;
   width: 302px

}

.rz-300-ad-text {

  height: 20px;
  width: 300px;
  font-size: 10px;
  color: #959594;
  text-align: center;
      


}

.rz-article-wrapper {

    width: 600px;

    
}

.rz-article-image {

    width: 152px;
    height: 152px;
    float: left;
    border: solid thin #3278FF;
    margin-right: 20px;
    margin-left: 50px;


}


.rz-article-text-wrapper {

    width: 370px;
    float: left;
    

}

.rz-article-title {
    float: left;
    width: 330px;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    /* line-height: 22px; */
    padding: 5px;
}  

.rz-article-author {

  float: left;
  width: 330px;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 25px;
  padding: 5px;
  color: #0964ca;

}

.rz-article-author:hover {


  color: #003168;

}


.rz-article-desc {

    float: left;
    width: 340px;
    padding: 5px;
    

}

/* In Article Img start */



#rz_img_wrapper {
	
	width:100%;
	min-height:200px;
	float:left;
	border-style:solid;
	border-width:1px;
	border-color:#dadada;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color:#ecf0f1;
	margin-top:10px;
	margin-bottom:10px;
	
	
}

#rz_img_desc {
	
	color:#7e8c8c;
	height:45px;
	width:95%;
	font-size:14px;
	text-align:left;
	float:left;
	padding:10px;
	
}

.article_img_container {
  margin: 0 auto;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#dadada;
  
}

.rz-in-article-header {

  float: left;
  width: 582px;


}

.rz-social-wrapper {

  float: left;
  padding: 10px 0px 10px 0px;
  border-top: dotted thin #C3CBD2;
  border-bottom: dotted thin #C3CBD2;
  width: 100%;

}

.rz-social-boxes{

  float: left;
  height: 20px;
  padding: 4px;
   

}

.rz-print-box {

float: right;
  width: 50px;
  height: 20px;

}

/* slideshow start */

#rz-ss-container{
	max-width:620px;
	margin:20px auto;
}

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{

	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#eceeef;
	color:#0964ca;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #0964ca;
    color: #fff;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0; margin-top: -26px;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:-10px; margin-top: -26px;}
ol.bjqs-markers{list-style: none; padding: 10px; margin: 0; width:50%;}
ol.bjqs-markers.h-centered{text-align: left;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

/* slideshow end */


/* Universal Section Attributes */

#rz-uni-section {

  width: 100%;
  padding: 19px;
  float: left;


}

#rz-uni-section-alt {

  width: 96%;
  padding: 20px;
  float: left;
  border-bottom: thin solid #ccc;


}

.rz-right-rail {

  width: 320px;
  padding: 10px;
  float: left;


}

.rz-right-rail-container {

  width: 320px;
  float: left;


}

.rz-left-content {
    float: left;
    width: 600px;
    padding: 10px;
}

.rz-full-content {
  float: left;
  width: 100%;
}


.rz-uni-button {

    max-width: 300px;
    padding: 10px;
    border: solid thin #fff;
    color: #fff;
    float: left;
    font-size: 10px;
    margin-left: 20px;
    text-align: center;
    
}

.rz-uni-button:hover {

    background: #0964ca;
    
    
}

.rz-featured-all-button-alt {

    width: 120px;
    padding: 10px;
    color: #0964ca;
    float: right;
    font-size: 10px;
    margin-left: 20px;
    text-align: center;
    background: #eceeef;
    margin-top: -50px;
    margin-right: 20px;
    
}

.rz-featured-all-button-alt:hover {

    background: #0964ca;
    color: #fff;
    
    
}

/* Headlines and Commodities Start */

.rz-headline-desc {

    width: 580px;
    float: left;
    height: 128px;


}

.rz-headlines-ul {

     list-style: none;
     float: left;
     width: 275px;
    margin-left: -20px;

}

.rz-headlines-li {


    border-bottom: solid thin #ccc;
    padding: 10px 0px 10px 0px;
    max-width: 300px;

}

.rz-headlines-li:hover {


    background: #ECEEEF;
    color: #0964CA;

}

.rz-right-rail-uni-desc {

    width: 300px;
    float: left;


}


.rz-uni-h3-sm-right-rail {

  float: left;
  font-weight: bold;
  padding: 10px 20px 0 10px;
  width: 90%;
    
}

.rz-uni-h3-right-rail {

  float: left;
  padding: 10px 20px 10px 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
    
}

.rz-uni-desc-right-rail {

  float: left;
  padding: 0 0 0 10px;
  width: 270px;

}


.rz-commodities-ul {

     list-style: none;
     float: left;
     width: 290px;
    margin-left: -20px;


}

.rz-commodities-li {


    padding: 5px 5px 5px 5px;
    max-width: 300px;
    float: left;
    font-weight: bold;


}

.rz-commodities-li-box {


    width: 90%;
    float: left;
    font-weight: bold;
    padding-left: 15px;


}


.rz-commodities-li-box-alt {


    width: 90%;
    float: left;
    font-weight: bold;
    background: #ECEEEF;
    height: 35px;
    padding-left: 15px;

}



.rz-commodities-grn {
    color:#34a610;
}

.rz-commodities-red {
    color:#F10A0A;
}

/* From the Staff */

.rz-fts-section {

  width: 940px;
  height: 410px;
  float: left;
  margin-top: 10px;

}

.rz-fts-box {
    
  width: 230px;
  float: left;
  padding: 15px 15px 15px 15px;
  height: 400px;
  border: thin solid #fff;    


}

.rz-fts-box:hover {
    
    border: thin solid #eceeef;


}

.rz-fts-cat {

  width: 200px;
  background: #909090;
  float: left;
  color: #fff;
  padding: 3px 0px 0px 10px;

}

.rz-fts-img {

  width: 200px;
  float: left;
  padding: 10px 0px 10px 0px;

}

.rz-fts-title {
    
  width: 200px;
  float: left;
  font-size: 17px;
  font-weight: bold;
  line-height: 22px;


}

.rz-fts-desc {

  width: 200px;
  float: left;

}

.rz-sponsors-horz {

    width: 920px;
    height: 90px;
    float: left;
    border: thin solid #003366;


}

.rz-sponsors-title {

  width: 940px;
  height: 5px;
  float: left;
  text-align: center;
  padding-top: 10px;
  font-size: 16px;
  border-top: solid thin #ccc;    

}

.rz-sponsors-img {
  float: left;
  padding: 15px;
  text-align: center;
  height: 50px;
}

.rz-sponsors-all-button {

    width: 120px;
    padding: 10px;
    color: #0964ca;
    float: right;
    font-size: 10px;
    text-align: center;
    margin: 5px;
    background: #ECF0F1; 
}

.rz-sponsors-all-button:hover {

    background: #0964ca;
    color: #fff;
    
    
}

.rz-left-career-content {

  float: left;
  width: 580px;
  height: 600px;
  padding: 10px;
  margin-top: 10px;    
   
}

.rz-cc-section {

  width: 940px;
  float: left;
  margin-top: 20px;

}

.rz-cc-section-header {
    
  width: 920px;
  float: left;
  height: 55px;
  background: #ECEEEF;

}

.rz-cc-button {
  color: #fff;
  float: left;
  padding: 20px 6px 35px 6px;
  width: 150px;
  text-align: center;
  height: 25px;    
}

.rz-cc-button:hover {
    box-shadow: 0 10px 8px -6px #000;
}

.rz-red-all-button {

    width: 120px;
    height: 20px;
    padding: 10px;
	margin-top:60px;
    color: #ffffff;
    font-size: 10px;
    margin-left: 10px;
    text-align: center;
    background: #eb5b4c;
	
    
}

.rz-red-all-button:hover {

    background: #f26c5e;
    color: #fff;
    
}

.halfpage-ad-text {

    
    height: 20px;
    width: 300px;
    font-size: 10px;
    color: #959594;
    text-align: center;
    padding-bottom: 10px;

}

ul#rz-jobs-dd {
    
  display: none;
  background: #FFF;
  text-align: left;
  border: thin solid #ECEEEF;
  margin-top: 5px;
  list-style: none;
  z-index: 100; 
  position: relative;
}



.rz-jobs-dd {

  width: 200px;
  float: left;
  padding: 15px;
  text-align: center;
  font-weight: bold;

}



.rz-jobs-dd-li {

    padding: 10px;
    margin-left: -40px;
    list-style: none;
    border-bottom: thin solid #ECEEEF;

}

.rz-jobs-dd-li:hover {

    background: #0964ca;
    color: #fff;


}

.rz-jobs-dd:hover ul#rz-jobs-dd {
    
    display: block;
    list-style: none;
    box-shadow: 0 10px 8px -6px #000;

    
}

.rz-jobs-dd-search {

  width: 342px;
  float: left;
  padding: 4px;

}

.rz-jobs-cc-search {

  width: 562px;
  float: left;
  padding: 4px;

}


/* Equipment Market Place */

.rz-equipment-content {

  float: left;
  width: 580px;
  height: 100px;
  padding: 10px;
  font-size:13px;
  color:#385179; 
   
}

.rz-card-equipment-1 {
	
  float: left;
  border:#ccc 1px solid;
  width: 271px;
  height: 375px;
}


.rz-card-equipment-2 {
	
  float: left;
  border:#ccc 1px solid;
  width: 271px;
  height: 375px;
  margin-left:45px;    
}

.rz-equipment-company {
	
	margin: 0px;
	height: 35px;
	border-bottom:#ccc solid 1px;
	background-color:#ECF0F1;
	color:#385179;
	font-size:13px;
	font-weight:bold;
	padding-top:13px;
	padding-left: 10px;
}


.rz-equipment-image {
	text-align:center;
	height:108px;
}

.rz-equipment-name {
	
  color: #3278ff;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  text-decoration: none;
  line-height: 24px;
  height: 60px;
}

.rz-equipment-name a:link {
    color: #3278ff;
	text-decoration:none;
}

/* visited link */
.rz-equipment-name a:visited {
    color: #3278ff;
	text-decoration:none;
}

/* mouse over link */
.rz-equipment-name a:hover {
    color: #0964ca;
	text-decoration:none;
}

/* selected link */
.rz-equipment-name a:active {
    color: #003168;
	text-decoration:none;
}


.rz-equipment-specs {
	
	color:#7e8aa3;
	font-size:14px;
	padding-left: 20px;
}


/* END: Equipment Market Place */


/* Data */

.rz-data-left-content {

  float: left;
  width: 580px;
  height: 470px;
  padding: 10px;    
   
}


.rz-data-box {
	
  float: left;
  width: 570px;
  height: 240px;
  background: #ffffff;
  border: 1px solid #ccc;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rz-data-title {
	
  padding-top:15px;
  padding-left:15px;
  padding-bottom: 5px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}

.rz-card-data {
	
  float: left;
  border:#ccc 1px solid;
  width: 300px;

}

.rz-card-data-title {
	
	margin: 0px;
	border-bottom:#ccc solid 1px;
	background-color:#ECF0F1;
	color:#385179;
	font-size:14px;
	font-weight:bold;
	padding: 10px;
}

.rz-data-image {
	text-align:center;
	padding-top:15px;

}

.rz-rig-name {
    color: #3278ff;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 5px;
    font-weight: 400;
    text-decoration: none;
    padding-top: 10px;
}  

.rz-rig-name a:link {
    color: #3278ff;
	text-decoration:none;
}

/* visited link */
.rz-rig-name a:visited {
    color: #3278ff;
	text-decoration:none;
}

/* mouse over link */
.rz-rig-name a:hover {
    color: #0964ca;
	text-decoration:none;
}

/* selected link */
.rz-rig-name a:active {
    color: #003168;
	text-decoration:none;
}


.rz-rig-specs {
	
	font-size:14px;
	padding-left: 20px;
}

.rz-data-content {

  float: left;
  background-color: #ECF0F1;
  width: 905px;
  height: 100px;
  font-size: 13px;
   
}

.rz-data-text {

  float:left; 
  width:410px; 
  padding-top:17px; 

  padding-left:20px; 
  line-height:18px;
   
}

/*END:  Data */

/* CAREER HEADLINES SCROLL NEWS */

.jp-container{
    width:570px;
    height:600px;
    background:#fff;
    border:1px solid #D8DFEA;
	float:left;
}
.jp-container a{
    padding:15px 20px;
    display:block;
    line-height:20px;
    background-color: #fff;
    border-bottom:1px solid #F2F4F8;
    border-top:1px solid #D8DFEA;
}
.jp-container a:first-child{
    border-top:none;
}
.jp-container a:last-child{
    border-bottom:none;
}
.jp-container a:hover{
   background:#ECEFF5;
   border-bottom-color:#ECEFF5;
}
.jp-container a h3{ 
    font-size:14px;
    font-weight:bold;
    padding:2px 0 5px 0;
	text-transform:uppercase;
}
.jp-container a img{
    float:left;
    margin:5px 10px 0px 0px;
    padding:3px;
    background:#fff;
    border:1px solid #D8DFEA;
	width:125px;
	height:125px;
}

.rz-equipment-button-section {

    width: 100%;
    float: left;
    margin: 30px 0px 30px 0px;

}

.rz-equipment-button {

  width: 21%;
  padding: 10px;
  background: #eb5b4c;
  color: #fff;
  text-align: center;
  margin: auto;

}


.rz-equipment-button:hover {


  background: #ff7c6e;


}

.rz-footer-ad {

    width: 728px;
    height: 90px;
    margin: auto;
	border: 1px solid #bdbdbd;


}




/* REPLACE IN COMMON.STYLES */

.rz-col1 {

  width: 550px;
  float: left;

}




/* Utility Box */

.rz-util-box {

    height: 65px;
    border-bottom: thin solid #ccc;

}

.rz-page-title {

    padding: 10px;
    float: left;
    color: #eb5b4c;
    font-size: 20px;
    height: 44px;
    line-height: 40px;
    
}

.rz-util-button {

    float: right;
    background: #eb5b4c;
    color: #fff;
    padding: 10px;
    min-width: 150px;
  text-align: center;
  margin: 10px;


}

.rz-util-button:hover {


    background: #ff7c6e;



}


.rz-util-button-alt {

    float: right;
    border: thin solid #ccc;
    padding: 9px;
    text-align: center;
    margin: 10px;

}

.rz-util-button-alt:hover {


    background: #0964ca;
    color: #fff;



}

.rz-cc-main-button {

  width: 285px;
  height: 60px;
  margin: 13px auto 13px auto;


}

.rz-page-header {

  width: 560px;
  float: left;
  height: 20px;
  font-size: 25px;
  margin: 10px;


}

.rz-page-header-desc {

  width: 560px;
  float: left;
  height: 60px;
  margin: 10px;
  border-bottom: thin solid #ccc;

}

.rz-cc-sponsor-img {

 
  width: 910px;
  height: 150px;
  float: left;
  text-align: center;

}

.rz-cc-sponsor-companies-section {

  float: left;
  padding: 10px;
  text-align: center;
  width: 910px;

}

.rz-cc-sponsor-companies {

  float: left;
  height: 32px;
  margin: 0px 10px 0px 10px;


}

.rz-cc-oc-colab {

  float: left;
  width: 270px;
  padding: 5px;
  margin-top: 10px;
  height: 36px;
}



.rz-profile-dd-li:hover {

    background: #0964ca;
    color: #fff;


}

.rz-profile-dd:hover ul#rz-profile-dd {
    
    display: block;
    list-style: none;
    box-shadow: 0 10px 8px -6px #000;

    
}

.rz-profile-dd {
  display: none;
  /***
  width: 40px;
  float: right;
  text-align: center;
  font-weight: bold;
  background: #97a6af;
  height: 37px;
  margin-top: 11px;
  ****/
}

#rz-profile-dd {

  display: none;
  /***
  background: #FFF;
  text-align: center;
  border: thin solid #ECEEEF;
  margin-top: -7px;
  margin-left: -92px;
  list-style: none;
  z-index: 100;
  position: relative;
  width: 90px;
  **/
}

.rz-profile-dd-li {

  padding: 10px;
  margin-left: -40px;
  list-style: none;
  border-bottom: thin solid #ECEEEF;

}


/*--- Start News Index ---*/

.rz-in-article-img {

    width: 100%;
    border: thin solid #ccc;
    float: left;



}


.rz-in-article-title {

  min-height: 20px;
  font-weight: bold;
  float: left;
  font-size: 20px;
  padding: 0px 0px 10px 0px;
  width: 582px;
  line-height: 24px;


}

.rz-in-article-desc {

  float: left;
  width: 582px;
  padding: 0px 0px 10px 0px;


}



.rz-article-header {

  width: 560px;
  float: left;
  min-height: 50px;

}



.rz-article-author-date {
  width: 100%;
  float: left;
  font-size: 14px;
  margin-bottom:5px;
  color:#4795ef;

}


/*Inside Article Subscribe to Newsletter */

.rz-in-article-newsletter {
	
  float: left;
  border:#ccc 1px solid;
  width: 300px;
  background-color:#f4f9fc;

}

.rz-in-article-newsletter-title {
	
	margin: 0px;
	height: 35px;
	border-bottom:#ccc solid 1px;
	background-color:#f4f9fc;
	color:#385179;
	font-size:14px;
	font-weight:bold;
	padding-top:13px;
	padding-left: 10px;
}

.rz-in-article-newsletter-box {

  width: 250px;
  text-align: center;
  height: 45px;
  float: left;
  background: #fff;
  border: solid 1px #bdbdbd;
  margin-left: 25px;
}


.rz-in-article-newsletter-button {

    width: 120px;
    padding: 10px;
	margin-top:70px;
	margin-left: 25px;
	margin-bottom:20px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    background: #eb5b4c;
}

.rz-in-article-newsletter-button:hover {

    background: #f26c5e;
    color: #fff;
    
}

.rz-in-article-newsletter-privacy {

	float:right; 
	margin-right:20px; 
	margin-top:25px; 
	font-size:13px; 
	width:100px;
}

.rz-comments-wrapper {


    float: left;
  border: #ccc 1px solid;
  width: 582px;
  margin: 20px 0px 20px 0px;


}

.rz-comments-terms {

    float: left;
    color: #99b2cc;
    
    
}

.rz-comments-terms-desc {

    padding: 10px;
    float: left;
    background: #EEF6FB;


}

.rz-comments-row {
    
float: left;
  min-height: 30px;
  padding: 10px;

}

.rz-comments-user {

    float: left;
    font-size: 14px;
    margin-bottom: 10px;


}

.rz-comments-message {

    float: left;
      padding: 10px;
      min-width: 330px;

    
}

.rz-comments-post {

    float: right;


}

.rz-comments-wdyt {
    
  float: left;
  color: #0964CA;
  height: 20px;
  padding: 5px;
  line-height: 40px;
  font-weight: bold;
  font-size: 15px;


}

.rz-comments-button {

  width: 120px;
  height: 20px;
  padding: 10px;
  color: #fff;
  float: right;
  font-size: 12px;
  text-align: center;
  margin: 5px;
  background: #a1c950;

}

.rz-comments-button:hover {

    background: #b5db58;
    


}


 #ms_wrapper {
    
    min-height:400px;
    float:left;
    border-color: #DDDDDD;
	border-style: solid;
	border-width: 1px;
    width:582px;
    margin-top: 40px;
    margin-bottom: 40px;     

    }
    
    #ms_header {
    
    height:54px;
    width: 100%;
    float:left;
    background: #ECF0F1; 
    border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 1px;    
    
    
    }
    
    
    #ms_footer {
    
    height:54px;
    width: 100%;
    float:left;
    background: #ECF0F1;    
    
    
    }
    
    
    .ms_icon {
    
    height:54px;
    width: 57px;
    float:left;    
    
    
    } 
    
    .ms_title {
    
    padding: 20px;
    float: left;
    font-size: 12px;
    color: #5D6B6C;
    height: 15px;
    font-family: sans-serif;    
    
    }
    
    
    #ms_article_wrapper {
    
    float:left;
    border-bottom-color: #DDDDDD;
	border-bottom-style: solid;
	border-bottom-width: 1px; 
    width:100%;    
    
    
    }
    
    .ms_article_icon {
    
    float:left;
    margin:20px;
    border-color: #DDDDDD;
	border-style: solid;
	border-width: 2px;
    width: 70px;
    height: 70px;
            
    
    
    }
    
    .ms_article_title_wrapper {
        
        width: 400px;
        float: left;
        padding: 20px 20px 20px 0px;
        
    }
    
    .ms_article_title {
    
    float: left;
    min-height: 45px;
    padding: 0px 20px 0px 0px;
    color:#48668C;   
    font-size: 18px;
    line-height: 25px;
    width: 390px;    
    
    }
    
    .ms_article_author {
    
    float: left;
    width: 200px;
    color: #3498DB;
    font-size: 12px;
   
    
    
    }
    
    .go_icon {
    
    width:11px;
    height:19px;
    float: left;
    padding: 46px 0px 46px 20px;
    
    
    }
    
    .ms_spotlight {
    
    float: right;
    width: 112px;
    height: 34px;
    background: #E74C3C;
    margin: 10px;
   
    
    }
    
    div.ms_spotlight:hover {
    
    background-color:#FF4E45;
    
}
    

    div#ms_article_wrapper:hover {
    
    background-color:#f9fdff;
}
    
    .ms_spotlight_image {
        
    width: 21px;
    height: 15px;
    float: left;
    padding: 10px;

    }
    
    .ms_spotlight_desc {

    color: #fff;
    font-size: 10px;
    width: 60px;
    height: 14px;
    float: left;
    padding-top: 7px;
    font-family: sans-serif;
    
    }
    
    
    .cta2 {
    
    
    
    text-decoration: none;
    color: #fff;    
    
    }

    .rz-left-wrap {
        
     float: left;
     padding-bottom: 10px; 
     padding-top: 10px;    
        
        
    }

#rz-largeTable {

width: 560px;


}



/* ------------------------------------------------------------------------------------------------------------------------------------
######################################################## FOOTER ##########################################################################
------------------------------------------------------------------------------------------------------------------------------------ */	

#rz-footer {

    width: 100%;
    height: 308px;
    background: #eceeef;
    float: left;

}

.rz-footer-section {

    width: 960px;
    min-height: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;

}

.rz-footer-title-section {

    width: 960px;
    height: 50px;
    margin: auto; 


}


.rz-footer-title {

    background: #003168;
    width: 100%;
    height: 50px;
    float: left;


}

.rz-footer-logo {

  float: left;
  width: 125px;
  padding: 9px 8px 4px 8px;
  text-align: left;
  height: 37px;

}

.rz-footer-logo:hover {

    background: #0964ca;

}

.rz-footer-desc {

    float: left;
    width: 225px;
    color: #fff;
    text-align: left;
    padding: 15px 8px 11px 15px;
    font-size: 15px;
}

.rz-footer-mobile-desc {

    float: right;
    width: 200px;
    height: 50px;
    

}

.rz-footer-links-title-section {

  float: left;
  border-bottom: solid #ccc thin;
  width: 960px;



}

.rz-footer-links-title {

  float: left;
  font-size: 15px;
  padding: 20px;
  width: 170px;


}


.rz-footer-links-title-right {

  float: right;
  font-size: 15px;
  padding: 20px;
  width: 300px;


}

.rz-footer-links-section {

  float: left;
  max-width: 220px;



}

.rz-footer-sites {

  float: left;
  font-size: 15px;
  padding: 10px 10px 0px 10px;
  width: 112px;
  line-height: 30px;


}

.rz-footer-sites:hover {

    background: #d9d9da;   


}

.rz-footer-site-links {

  float: left;
  font-size: 12px;
  width: 117px;
  list-style: none;
  margin-left: -30px;  


}



.rz-footer-site-links-li {

    text-decoration: none; 


}

.rz-footer-social-section {

  width: 310px;
  float: left;
  list-style: none;
  height: 40px;

}

.rz-footer-social-section-li {

  width: 38px;
  float: left;
  text-align: center;


}

.rz-footer-social-section-li:hover  {

    border-bottom: solid thick #0964ca;


}

#rz-footer-footnote {
  background: #eceeef;
  width: 100%;
  height: 50px;
  float: left;
  border-top: solid thin #ccc;
}

.rz-footer-footnote-section {

  width: 960px;
  margin: auto;
  text-align: center;
  height: 50px;
  line-height: 50px;

}

#homepageSearch::-webkit-input-placeholder { /* WebKit browsers */
    font-weight:   800;
}
#homepageSearch:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-weight:   800;
}
#homepageSearch::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-weight:   800;
}
#homepageSearch:-ms-input-placeholder { /* Internet Explorer 10+ */
   font-weight:   800;
}

.rz-util-button-grn {

    float: right;
    background: #60BA6E;
    color: #fff;
    padding: 10px;
    min-width: 150px;
  text-align: center;
  margin: 10px;


}


.rz-util-button-grn:hover {


    background: #57a663;

}

.rz-util-button-submit-grn {
    float: right;
    background: #60BA6E;
    color: #fff;
    padding: 10px;
    min-width: 150px;
    text-align: center;
    margin: 10px;

    border-top-width:0px;
    border-right-width:0px;
    border-left-width:0px;
    border-bottom-width:0px;
    font-size: 12px;
    font-weight: 200;
    line-height: 18px;
    cursor:pointer;
}

.rz-util-button-submit-grn:hover {
    background: #57a663;
}

.rz-util-button-submit-red {

    float: right;
    background: #eb5b4c;
    color: #fff;
    padding: 10px;
    min-width: 150px;
    text-align: center;
    margin: 10px;

    border-top-width:0px;
    border-right-width:0px;
    border-left-width:0px;
    border-bottom-width:0px;
    font-size: 12px;
    font-weight: 200;
    line-height: 18px;
    cursor:pointer;
}

.rz-util-button-submit-red:hover {
    background: #ff7c6e;
}


.rz-email-print-button {

  width: 85px;
  float: left;
  list-style: none;
  height: 40px;
  margin-top: -7px;
}

.rz-email-print-button img:hover {
    opacity: 0.7;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}


#TheResumes  .rz-table-button-sm {
  width: 110px;
  float: left;
  text-align: center;
  background: #fff;
  height: 35px;
  font-size: 12px;
  margin-top: 5px;
  margin-right: 10px;    
  padding-top: 10px;
  border: thin solid #CACACA;
  cursor:pointer;
    
   
}
    
#TheResumes  .rz-table-button-sm:hover {

    background: #0964ca;
    color: #fff;
	cursor:pointer;
} 

 
.rz-blue-button-sm {
  width: 110px;
  float: left;
  text-align: center;
  background: #0964ca;
  color: #fff;    
  height: 35px;
  font-size: 11px;
  margin-top: 5px;
  margin-right: 10px;    
  padding-top: 10px;
    
}
    
.rz-blue-button-sm:hover {

    background: #117ef8;
    color: #fff;
    


} 


.rz-grn-button-sm {
  width: 110px;
  float: left;
  text-align: center;
  background: #57a663;
  color: #fff;    
  height: 35px;
  font-size: 11px;
  margin-top: 5px;
  margin-right: 10px;    
  padding-top: 10px;
    
}
    
.rz-grn-button-sm:hover {

    background: #60BA6E;
    color: #fff;
}  


.rz-org-button-sm {
  width: 110px;
  float: left;
  text-align: center;
  background: #fea700;
  color: #fff;    
  height: 35px;
  font-size: 11px;
  margin-top: 5px;
  margin-right: 10px;    
  padding-top: 10px;
    
}
    
.rz-org-button-sm:hover {

    background: #febf00;
    color: #fff;
}  
   
     

#TheResumes  .rz-table-dd-sm {
  width: 153px;
  float: left;
  text-align: center;
  background: #fff;
  height: 35px;
  font-size: 12px;
  margin-top: 5px;
  margin-right: 10px; 
  padding-top: 9px;
  border: thin solid #CACACA;
  cursor:pointer;
  
}
    
#TheResumes  .rz-table-dd-sm:hover {

    background: #0964ca;
    color: #fff;
    cursor:pointer;
}    
    
#TheResumes  #rz-table-dd-sm {

  display: none;
  background: #FFF;
  text-align: left;
  border: thin solid #CACACA;
  margin-top: 7px;
  margin-left: 0px;
  list-style: none;
  z-index: 100;
  position: absolute;
  width: 152px;

}
    


#TheResumes  .rz-table-dd-sm-li {
  padding: 10px;
  margin: 0px;
  list-style: none;
  border-bottom: thin solid #ECEEEF;
  color:#003366;
  float: left;
  width: 150px;
}    
    
#TheResumes  .rz-table-dd-sm-li:hover {

    background: #0964ca;
    color: #fff;
}

#TheResumes  .rz-table-dd-sm:hover ul#rz-table-dd-sm {
    
    display: block;
    list-style: none;
    box-shadow: 0 10px 8px -6px #000;

    
}

#TheResumes .rz-table-dd-sm-check {
   margin-left: 35px;
}


    
#TheResumes  .rz-search-cv-resume-results {


  width: 45%;
  float: right;
  margin-top: 15px;


}   
    
#TheResumes  .rz-GreyBlueSmallTitle {


    FONT-SIZE: 10pt;
  FONT-WEIGHT: bold;
  COLOR: #003366;
  BACKGROUND-COLOR: #e3ecf3;
    padding: 2%;
    float: left;

}  
    

    
#TheResumes  .rz-GoldSmallTitle {


    FONT-SIZE: 10pt;
  FONT-WEIGHT: bold;
  COLOR: #003366;
  BACKGROUND-COLOR: #FFF5CA;
    padding: 2%;
    float: left;

}     
    
#TheResumes  .rz-GreyBlueSmallTitle-99 {


    background: #e3ecf3;
    float: left;
    width: 99%;
    padding: 2%;

} 
    
    
#TheResumes  .rz-WhiteSmallTitle-99 {


    background: #fff;
    float: left;
    width: 99%;
    padding: 2%;

}      


/* Table */

#TheResumes 	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

#TheResumes table {
		margin: 0 0 2em 0;
		width: 100%;
	}

#TheResumes table tbody tr  {
			border: solid 1px #e5e5e5;
			border-left: 0;
			border-right: 0;
}
 		

#TheResumes table td {
			padding: 1.75em 0.75em;
		}

#TheResumes table th {
  background-color: #e3ecf3;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.75em 0.75em 0.75em 0.75em;
  text-align: left;
  min-width: 85px;            
            
		}

#TheResumes table thead {
			border-bottom: solid 2px #e5e5e5;
		}

#TheResumes table tfoot {
			border-top: solid 2px #e5e5e5;
		}

#TheResumes table.alt {
			border-collapse: separate;
		}

#TheResumes table.alt tbody tr td {
				border: solid 1px #e5e5e5;
				border-left-width: 0;
				border-top-width: 0;
			}

#TheResumes table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

#TheResumes table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

#TheResumes table.alt thead {
				border-bottom: 0;
			}

#TheResumes table.alt tfoot {
				border-top: 0;
			}
    
 #TheResumes 		ul.alt {
			list-style: none;
			padding-left: 0;
		}

#TheResumes	ul.alt li {
				border-top: solid 1px #e5e5e5;
				padding: 0.5em 0;
				display:block;
			}

#TheResumes	ul.alt li span {
	            text-transform:none;
				background-color:white;
			}

#TheResumes	ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

.bookmark-icon-sm {

  float: left;
  margin-top: -6px;
  margin-right: 3px;

}
    
.top-candidate-sm {
    
  width: 120px;
  float: left;
  margin-top: 10px; 
  font-size: 12px;
  color: #0964ca;    

    
    
    }
    
    .bookmark-arrow-icon {
    

  margin-right: 5px;
  height: 14px;
  width: 18px;
  float: right;
    
    }
	
	
/* popup window */	
.ui-widget-overlay
{
  opacity: .50 !important; 
  filter: Alpha(Opacity=50) !important;

  background-color: rgb(50, 50, 50) !important; 
}


/* Start - New CSS*/  
    
.rz-tab-container {

  margin: 0 auto;
  background: #fff;
}
    
label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

label:before {
  font-family: sans-serif;
  font-weight: normal;
}

label[for*='1']:before {
  content: '';
}

label[for*='2']:before {
  content: '';
}


label:hover {
  color: #888;
  cursor: pointer;
}

input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #0964ca;
  border-bottom: 1px solid #ddd;
  pointer-events: none;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2
 {
  display: block;
}
    

    
section {
  display: none;
  padding: 20px 0 0;
  /* border-top: 1px solid #ddd; */
} 
    
    .rz-right-desc-tabs {
        
        width: 200px;
        height: 150px;
        float: right;
        padding: 10px;
        height: 20px;
        text-align: center;
        
    }    
   
    
    .rz-right-desc-tabs:hover {
        
        background: #D3DBE2;
        color: #fff;
        
    } 
    
    .desc-icons {
        
        width: 20px;
        height: 20px;
        margin: 0px 5px 0px 0px;
        float: left;
        
        
    }
    
    .resume-search-form {
        
        
        
        
    }
    
    
    .resume-search-form .col {

    padding-left: 0px;
    text-align: left;
    margin: -6px 0 0px;    
}

.resume-search-form input[type="search"], .resume-search-form input[type="text"] {
    max-width: 90%;
    padding: 15px 12px;
    margin-right: 13px;
} 

.resume-search-form input[type="search"], .resume-search-form input[type="text"] {
    width: 100%;
    color: #142a54;
    font-size: 12px;
    line-height: 16px;
    display: block;
    padding: 10px 10px;
    box-sizing: border-box;
    margin-bottom: 9px;
}    

    
.resume-search-form select {
    border: 1px solid #d3dbe2;
    padding: 3px;
    font-size: 10pt;
    color: #336699;
    outline: none;
    height: 35px;
}  
    
    
    .rz-search-all-button {
        
    float: left;
    border: thin solid #60BA6E;
    padding: 9px;
    width: 120px;
    text-align: center;
    margin: 10px;
    background: #60BA6E;
    color:#fff;    
    
        
    } 
    
    .rz-search-all-button:hover {
        
     background: #82CC8E;    
     border: thin solid #82CC8E;   
     cursor: pointer;     
    } 
    
    .rz-clear-all-button {
        
    float: left;
    border: thin solid #D3DBE2;
    padding: 9px;
    width: 120px;
    text-align: center;
    margin: 10px;
    background: #FFFFFF;
    color: #BBB;   
        
        
    } 
    
    .rz-clear-all-button:hover {
        
     background: #D3DBE2;
     color: #fff;    
      cursor: pointer;   
        
    }  
    
    .main-hints-container {
        

    padding: 20px 0px 20px 0px;
        
        
    }
    
    
/* End - New CSS */     


/*Articles CSS*/
<style type="text/css">img.resizeit {
	
	max-width:100%;
	
}


#c_img_wrapper {
	
	width:100%;
	float:left;
	border-style:solid;
	border-width:1px;
	border-color:#dadada;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color:#ecf0f1;
	overflow:auto;
	margin-top:10px;
	margin-bottom:10px;
	
	
}

#c_img_desc {
	
	color:#7e8c8c;
	height:45px;
	width:95%;
	font-size:12px;
	text-align:left;
	float:left;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.article_img_container {
  margin: 0 auto;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#dadada;
  
}




/* For smartphones */
@media (max-width: 480px) {
  .article_img_container {
    width: auto
  }
}

/* For smaller displays like laptops */
@media (min-width: 768px) and (max-width: 979px) {
  .article_img_container {
    width: 582px
  }
}

/* For larger displays */
@media (min-width: 1200px) {
  .article_img_container {
    width: 582px
  }
}



#profile_wrapper {

width: 215px;
margin: 15px;
min-height: 207px;
float: left;
border-color: #DDDDDD;
border-style: solid;
border-width: 1px;   


}
    
    
    
.profile_grey {

height: 131px;
float: left;
background: #ECF0F1;    


} 
    
    
.profile_nm {

float: left;
padding: 20px 20px 20px 20px;
width: 82%;
text-align: center;
color: #5D6B6C;
font-family: sans-serif;   
font-size: 18px;

}
    
    
.profile_img {

float: left;
padding: 0px 40px 0px 50px;
width: 100px;

}    

.profile_desc {

float: left;
padding: 20px 20px 20px 20px;
width: 82%;
text-align: center;
color: #3498DB;
font-family: sans-serif;
margin-top: 100px;     


}
    
    
.profile_source {

float: left;
padding: 0px 20px 10px 20px;
width: 82%;
text-align: center;
color: #48668C;
font-family: sans-serif;
font-size: 12px;  


}   
/*End Article Profile CSS*/
 
    

