/*
Theme Name: CODEBLOO Boilerplate
Description: Boilerplate theme for CODEBLOO WP projects
Author: Hilary Gillespie - CODEBLOO Inc.
Author URI: http://codebloo.com
*/



.page-id-2066 #content-wrap {
	margin: 0 !important;
	width: 100%;
	max-width: unset;
	padding-top: 0;
}
.page-id-2066 .bottom_pic, .page-id-2066 #content-wrap h2.title {
	display: none !important;
}

.page-id-2066 .see-dash-quicklink {
	padding: 20px;
	background-color:#5c90c7;
	color:#fff;
	max-width: 220px;    
}
.page-id-2066 .see-dash-quicklink:first-of-type {
	margin-right: 15px;
}

.page-id-2066 .see-easy-docs {
	/*margin-left: auto;*/
}
.page-id-2066 .see-contact {
	/*margin-right: auto;*/
}

.page-id-2066 #see-quicklinks-wrapper {
	display: flex;
	justify-content: center;
}
.page-id-2066 .see-dash-quicklink .see-quicklink-title {
    font-family: "Roboto", Sans-serif;
    color: #FFF;
    font-weight: unset;
    font-size: 16px;
}


 .see-quicklink-container {
	border: solid 2px #FFF;
	padding: 15px;
	width: 175px;
	height: 175px;
}
.see-page-title a{
	color: #65b561;
}
.see-page-title a:hover{
	color: #65b561;
	text-decoration: none;
}