﻿.methodology-body
{
	background-color:#0A70A6;
	width:100%;
	padding-bottom:60px;
    padding-top:60px;
}



.methodology-entry-content
{
	height:610px;
	cursor:pointer;
	/*padding:0px 30px;*/
}

.methodology-entry-content p
{
	color:#C3E6F6!important;
}

.methodology-entry-content:hover
{
	background-color:#00669C;		
}

 .methodology-entry
{
    border-right:1px solid #73AADC;
}
.methodology-entry:last-child
{
	border-right:none;
}


.methodology-entry-content h3
{
	color:#FFF;
	text-align:center;
	margin-top:90px;
	margin-bottom:50px;
	font-size:24px;
	line-height:34px;
	padding:0px 20px;
}

.methodology-entry-content p
{
	color:#FFF;
	text-align:center;	
	line-height:28px;
	font-size:16px;	
	padding:0px 20px;
}


.zoom-image img
{
	 width:100%;
	 cursor:pointer;
	 -webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}

.zoom-image:hover img, .methodology-entry-content:hover .zoom-image img
{
	-webkit-transform: scale(1.5);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.5);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	transform: scale(1.5);
	transition-timing-function: ease-out;
	transition-duration: 250ms;
}

.image-overlay {
    position: relative;
    cursor: default;
    overflow: hidden;
}

.methodology-see-also
{
	padding-top:40px;
	padding-bottom:50px;
}

.methodology-see-also h2
{
	font-size:38px;
}

.methodology-links
{
	list-style-type:none;
	padding:0px;
	margin:40px 0px;
}

.methodology-links li
{
	/*width:200px;*/
	text-align:center;
	border-right:1px solid #6CA9CA;
	/*display:inline-block;*/
}

.methodology-links li:last-child
{
	border-right:none;
}

.methodology-links li a
{
	text-decoration:none;
	font-size:18px;
	color:#0A70A6;
	cursor:pointer;
}

/* media queries */
 @media only screen and (min-width: 992px) and (max-width: 1199px)
 {
     .methodology-entry-content h3
     {
	    margin-top:40px;
	    margin-bottom:40px;
	    font-size:18px;
     }
     
     .methodology-entry-content 
     {
        height: 515px;
     }
     
     .methodology-see-also 
     {
        padding-top: 30px;
     }
     .methodology-body 
     {
        padding-bottom: 40px;
     }
 }
 
 @media only screen and (min-width: 768px) and (max-width: 991px)
 {
     .methodology-entry-content h3
     {
	    margin-top:40px;
	    margin-bottom:40px;
	    font-size:18px;
	    
     }
     
     .methodology-entry-content p
     {
     	font-size:14px;
     }
     
     .methodology-entry-content 
     {
        height: 555px;
     }
     
     .methodology-see-also 
     {
        padding-top: 30px;
     }
     .methodology-body 
     {
        padding-bottom: 40px;
     }
     
     .methodology-links li {
        margin: 10px 0;
     }
     
     .methodology-links li:nth-child(odd)
     {
        border-right: 1px solid #6ca9ca;
     }
     
     .methodology-links li:nth-child(even)
     {
        border-right: none;
     }
 }
 @media only screen and (max-width: 767px)
 {
     .methodology-entry-content h3
     {
	    margin-top:55px;
	    margin-bottom:40px;
     }
     .methodology-entry-content 
     {
        height: 550px;
     }
     .methodology-entry
     {
     	
		margin-bottom: 25px;
		padding-bottom:25px;
		border-bottom: 1px solid #73AADC;
     }
     
     .methodology-entry:last-child
     {
		margin-bottom: 0px;
		border-bottom: none;
     }
     
     .methodology-entry
     {
        border-right : none;
     }
     
     .methodology-body 
     {
        padding-bottom: 0px;
     }
     
     .methodology-links li {
        margin: 10px 0;
     }
     
     .methodology-links li:nth-child(odd)
     {
        border-right: 1px solid #6ca9ca;
     }
     
     .methodology-links li:nth-child(even)
     {
        border-right: none;
     }
     
     
 }
 @media only screen and (max-width: 479px)
 {
     .methodology-entry-content 
     {
        height: 520px;
     }
     
      .methodology-links li
     {
        border-right: none !important;
        border-bottom: 1px solid #6ca9ca;
        padding-bottom:15px;
        margin-top: 5px;
     }
     
     .methodology-links li:last-child
     {
        border-bottom: none;
     }
 }