@charset "UTF-8";

/* google fonts */

@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Oranienbaum');
@import url('https://fonts.googleapis.com/css?family=Lato:700');
@import url('https://fonts.googleapis.com/css?family=Economica:400,700&subset=latin,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600');

/* end google fonts */

/* DESKTOP */

#see-also-title {
    margin-top: 15px;
    background-color: #0a776f;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 35px;
    padding-bottom: 15px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 1.1em;
    font-weight: normal;
    border-radius: 0px;
    text-transform: uppercase;
} 
	
.wrappler-see-also {
	max-width: 870px;
	margin: 0px auto 0px auto;
	overflow: hidden;
} 	
.see-also-flex {
    width: 100%;
  height: auto;
  display: inline-flex;
  align-items: stretch;
	justify-content: center;
	font-family: Lato;
	font-weight: bold;
} 

.flex-inside-link a:link {
	color: #0a776f;
}  
.flex-inside-link a:visited {
    color: #0ca596;
} 
.flex-inside-link a:hover {
	text-decoration: none;
}  
.flex-inside-link a:active {
    color: #0ca596;
} 

.flex-inside {
   flex: 1;
   padding: 20px;
   margin: 10px;
   background-color:none;
   height: auto;
	text-align: center;
	max-width: 450px;
}
.flex-inside:hover {
opacity: 0.9;
    background-color:#E6F1EB;
    color:#0ca596;
    text-decoration: none;
}  	
.internal-flex-inside-pic {
  width: auto; 
  height: auto;  
  border-bottom: solid #0a776f 10px;
  line-height: 0;
	background-color: #0a776f;
} 	
	.reduce {
		width: 100%; 
  height: auto;   
  overflow: none;
	}

.internal-see-also-flex-title {
    margin-top: 10px;
font-size: 16px;
    width: auto;
    height: auto;
    text-transform: uppercase;
    text-align: center;
} 

/* TABLET */
@media (max-width:1144px) and (min-width:700px) {


#see-also-title {
    margin-left: 0px;
    margin-right: 0px;
    padding: 15px 10px 15px 10px;
}      

.internal-see-also-flex-title {
font-size: 16px;
    width: auto;
    height: auto;
    text-transform: uppercase;
    text-align: center;
}    
} 	

/*SMARTPHONE */
@media only screen and (max-width: 699px) {	
	
#see-also-title {
    margin-left: 0px;
    margin-right: 0px;
    padding: 15px 20px 15px 20px;
}        	
	
.wrappler-see-also {
	max-width: 100%;
	margin: 0px auto 0px auto;
	overflow: hidden;
} 	
	
.internal-see-also-flex-title {
	padding: 0px 20px 0px 20px;
} 
	
	.see-also-flex {
    width: 100%;
  height: auto;
  display: block;
  align-items: stretch;
	justify-content: center;
} 
	.internal-see-also-flex-title {
font-size: 16px;
    width: auto;
    height: auto;
    text-transform: uppercase;
    text-align: center;
}  
.flex-inside {
   flex: 1;
   padding: 20px 0px 20px 0px;
   margin: 10px auto 10px auto;
   background-color:#FFFFFF;
   height: auto;
	text-align: center;
	max-width: 100%;
	box-sizing: border-box;
}
.internal-see-also-txt 	{
	padding: 0px 20px 0px 20px;
}	
	}	